curl https://api.acountpay.com/v1/partner/merchants/42/card-payments/payment-methods \ -H "X-Partner-Client-Id: your-client-id" \ -H "X-Partner-Client-Secret: your-client-secret"
[ { "method": "visa", "status": "active", "activatedAt": "2026-01-15T10:00:00Z" }, { "method": "mastercard", "status": "active", "activatedAt": "2026-01-15T10:00:00Z" }, { "method": "amex", "status": "inactive" }, { "method": "mobilepay", "status": "inactive" } ]
List available payment methods for a merchant’s card payment account
POST /v1/partner/merchants/{merchantId}/card-payments/payment-methods/{method}/activate
Was this page helpful?