get https://example.com/admin/customers//payment_methods
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://example.com/admin/customers/id/payment_methods \
--header 'accept: application/json'
xxxxxxxxxx
15[
{
"id": 123,
"card_type": "Mastercard",
"last_four": "1111",
"expires_on": "2025-09-24",
"default": true,
"links": {
"customer": {
"id": 2,
"href": "https://api.dw-tst.com/admin/some_resources/2"
}
}
}
]