Card Tokenization API
Covers how to generate a reusable token for a card.
The tokenization process will involve the following steps:
- Generate an OAauth token to authenticate the requests.
- Initiate a checkout request for which the transaction will be authorized for.
- Generate a token for the card details.
- Charge customers using the shared token.
Updated 12 months ago