Charge Token
Possible ways to charge a credit card token
Payment Page Method
SaleChargeToken Method - Charge directly through a payment page
Send in request parameter:
'CreditcardToken'
Send the token created and saved on the merchant server (returns in the IPN message and in the business email sent after sale).
Direct Charge Method
ChargeSimple Method - Direct Payment
Send in request parameter:
'Token'
In case of using token instead of the credit card there is no need to send the credit card details -
'CardNum'
'ExpDate_YYMM'
'Id'
'Cvv2'
This values are already saved in the token (Except CVV).
About CVV -
This value will not be saved in the token so usually the terminal provider will remove the demands for CVV to set the charges with token.
Note: In some cases and according to the merchant system the CVV can be sent in the request with the token.
The response method will return with all credit card details (encrypted number, due date, card type etc.) and with the new token created.
Related Methods
GetTokenDetails - Get the token encrypted credit card info
GetAllCreditCardTokens - Returns a list of related tokens generated for a specific credit card and creditbox
GetCreditCardTokens - Returns a list of tokens generated for a specific credit card and creditbox
Updated about 2 months ago