Frequently Asked Questions

K
L
Do you support recurring payments?

Yes, recurring payments are supported through Tokenization.

We provide card tokenization in the response message for all transactions that use a card (web-redirect or host-based). You can also send a request to obtain a token without processing a transaction.
This token can then be used for any subsequent host-based API call such as an additional sale (or to return funds to the card).
The token may also be safely stored on your system as part of a user’s profile for future purchases.

 

Refer to the following sections for specific details on obtaining a Token:

  • Web-Redirect: To obtain a Token without processing a transaction simultaneously, refer to Obtain a Token.
  • Web-Redirect: To obtain a Token while processing a transaction simultaneously, our system automatically returns a Token in the response to your GetResult.
  • Host-Based: To obtain a Token using the Host-Based method, refer to the Tokenize tab.

For details on how to process a transaction using a Token, refer to the Sale tab.