PURPOSE
Merchants can use two approaches to generate tokens, and request the deletion of tokens that should no longer remain available for use.
SOLUTION
- To generate a token using a standalone API request, merchants may send the card details in a createCardToken request. APEXX will return a token for the merchant to store.
- Alternatively, merchants can send the "create_token": "true" flag in a createCardTarnsaction or hostedPaymentPage request. APEXX will return a token for the merchant to store.
- Repeated requests for a token for the same card details will prompt APEXX to return the same token in the API response
- Merchants can use the deleteToken request to delete a previously generated token. After the previous token has been deleted for a given card number, APEXX will return a new token for the card.
RELATED ARTICLES
How do I activate tokenisation?
Can APEXX send tokens in a webhook notification?
Can I process recurring payments using an APEXX token?
Can tokenised cards be shared across multiple business units, entities and acquirers?