Create a Vault Token
Paydock has a PCI compliant vault that lets you access and store customer payment details from all of your payment gateways. Our vault enables you to pre-fill customer card details and help your customers transact faster - regardless of the payment gateway you process transactions with. \n The vault is built on the Paydock infrastructure so you do not take any liabilities or data risks.
ENDPOINT | METHOD | HEADERS |
---|---|---|
/vault/payment_sources | POST | x-user-secret-key: Your Paydock secret key Content-Type: application/json |
Schema Attributes
Property | Type | Required |
---|---|---|
first_name | string | No |
last_name | string | No |
address_line1 | string | No |
address_line2 | string | No |
address_state | string | No |
address_country | string | No |
address_city | string | No |
address_postcode | string | No |
string | No | |
phone | string | No |
token | string | Yes |
vault_token_reference | string | No |
vault_type | string | No |
Examples
One Time Token