post https://$host.com/api/v1/v1/payments/card/tokenize
This endpoint is used to tokenize (securely save) a customer's card details for future transactions. Tokenization allows you to charge the card later without needing to handle sensitive card data again. The result of a successful tokenization is a token (or identifier) that represents the card in the Exirom platform.
To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.
