v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Account

Get payment methods

Gets a list of all payment methods for this account.

get/v1/payment-methods

Response

OK

accountIdinteger
linksobject[]

Example response

{
  "accountId": 1001,
  "paymentMethods": [
    {
      "id": 2,
      "type": "Visa",
      "creditCardEndsWith": "9349",
      "nameOnCard": "CAPI User",
      "expirationMonth": 2,
      "expirationYear": 2026,
      "links": []
    }
  ]
}