Account
Get payment methods
Gets a list of all payment methods for this account.
get/v1/payment-methods
Response
OK
Example response
{
"accountId": 1001,
"paymentMethods": [
{
"id": 2,
"type": "Visa",
"creditCardEndsWith": "9349",
"nameOnCard": "CAPI User",
"expirationMonth": 2,
"expirationYear": 2026,
"links": []
}
]
}