cURL
curl --request GET \ --url https://api.veryfront.com/account/payment-methods \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "brand": "<string>", "last4": "<string>", "exp_month": 123, "exp_year": 123, "is_default": true } ] }
Lists Stripe card payment methods for the current account customer.
Documentation IndexFetch the complete documentation index at: https://veryfront.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Payment methods
Show child attributes