This is an object representing your payment tokens.
Payment tokens
Payment tokens are pre-authorized payment methods you can use to make future payments without entering details of the payment method or going through the authorization process again with your issuer or bank.
You can retrieve all saved payment tokens of yours and you can also deactivate any of the active ones.
Payment token object fields
Field | Data type | Description | Type |
---|---|---|---|
id | string | unique id of payment token | required |
token_type | string | type of payment method (card, direct_debit, ach_debit) | required |
country | string | two-letter ISO code representing the country of the payment method | required |
bank_code | string | bank code of issuing bank or financial institution | optional |
branch_code | string | bank branch code of issuing bank or financial institution | optional |
fingerprint | string | tokenized unique identifier of payment method | optional |
brand | string | brand of payment method | optional |
last_4 | string | last 4 digits of payment method | optional |
exp_month | integer | expiry month of payment method | optional |
exp_year | integer | expiry year of payment method | optional |
reusable | boolean | specifies if the payment token can be used again | required |
billing_address_line1 | string | first line of customer address associated with the payment method | optional |
billing_address_line2 | string | second line of customer address associated with payment method | optional |
billing_address_city | string | city of customer address associated with payment method | optional |
billing_address_state | string | state of customer address associated with payment method | optional |
billing_address_country | string | country of customer address associated with payment method | optional |
billing_address_zip | string | zip code of customer address associated with payment method | optional |
event_log | json | log of important event timestamps of the payment token | optional |
metadata | json | metadata to store extra information | optional |