API Reference
Create a Secure Token
Generates a secure token (secureToken
) for authenticating secure card-saving transactions.
POST
The Authorization needs to be in the following format:
Authorization: Token <YOUR_API_KEY>
Generates a secure token (secureToken
) for authenticating secure card-saving transactions.
Response
200 - application/json
Secure token generated successfully.
The generated secure token.
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI3NzI3MTM3LCJpYXQiOjE3Mjc3MjM1MzcsImp0aSI6IjFjZTBkZmExODgwNzQzNGI4MDk2MzdlNTliNmM1NWMzIiwidXNlcl9pZCI6NDYxfQ.DFGNJr7JT6z3cp976PDBT57uX7LaYJLYBsdK8kaSAOI"