Skip to main content
GET
/
payment-methods
/
{token}
Get a payment method
curl --request GET \
  --url https://commerce1.on-hellgate.dev/payment-methods/{token} \
  --header 'X-API-Key: <api-key>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "data": {},
  "holder": "<string>",
  "status": "<string>",
  "token": "<string>",
  "type": "CARD"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

token
string
required

Payment method token

Response

Success

created_at
string<date-time>
customer_id
string<uuid>
data
object
holder
string
status
string
token
string
type
enum<string>
Available options:
CARD,
ACH_MANDATE,
SEPA_MANDATE