API: Tokenize Credit Card
tokenizeClientCard
Tokenize client Credit Card . Client credit card on file will be replaced with token, only 4 digits of credit card number will be available.
Required parameters
Parameter | Description |
client_id | Client ID to tokenize card for, client needs to have card on file |
gateway_id | Payment gateway id |
token | Token to store |
Optional parameters
Parameter | Description |
lastfour | Last four digits of credit card |
expdate | Expiration date of card in MMYY format |
Request
PHP Samples
Response