The Tokenization process allows for enhanced security when working with card details. By sending the card details to the designated tokenization endpoint, the server will generate and return a token. This token serves as a secure substitute for the card information and can be used in subsequent requests to other endpoints.Tokens are valid for 10 minutes from the time they are created. After this period, the token will expire, and a new token must be generated for continued access. This process ensures that sensitive card data is never exposed, adding an extra layer of protection for each transaction.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password