Skip to main content
GET
/
account
/
payment-methods
List payment methods
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Response

Payment methods

data
object[]
required