List payment methods for a customer
Payment Method management
List payment methods for a customer
This endpoint shows all payment methods for a customer. Must pass at least one filter to select a specific customer
GET
List payment methods for a customer
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Response
Example:
[
{
"id": 1,
"type": "cc",
"token": "B6EXEPCIC8WGK63Y19RE5222",
"first_name": "Lisa",
"last_name": "Wallow ",
"cc_name_on_card": "Lisa Wallow",
"cc_last_four": "5222",
"cc_expiration_date": "08/2028",
"cc_brand": "Visa",
"status": "New",
"status_date": "2026-04-20 08:32:30",
"enabled": true,
"default": false,
"addr1": "1504 Minnesota Ave",
"addr2": "",
"addr3": null,
"city": "Kenner",
"state": "LA",
"zip": "30534"
},
{
"id": 1,
"type": "cc",
"token": "B6EXEPCIC8WGK63Y19RE5222",
"first_name": "Lisa",
"last_name": "Wallow ",
"cc_name_on_card": "Lisa Wallow",
"cc_last_four": "5222",
"cc_expiration_date": "08/2028",
"cc_brand": "Visa",
"status": "New",
"status_date": "2026-04-20 08:32:30",
"enabled": true,
"default": false,
"addr1": "1504 Minnesota Ave",
"addr2": "",
"addr3": null,
"city": "Kenner",
"state": "LA",
"zip": "30534"
}
]
