Get a list of saved payment methods for the current customer.
cURL
curl --request GET \ --url https://api.guile.app/me/paymentMethods \ --header 'Authorization: Bearer <token>'
{ "items": [ { "type": "card", "isDefault": false, "nickname": "<string>" } ], "count": 1 }
Ok. The operation succeeded.
A list response for resources. This response contains the full result set after any filters are applied.
Show child attributes
x >= 0