Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Token created successfully
The ID of the generated token
Example:
"token_abc123def456"
Create a token to store information for payment initialization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Token created successfully
The ID of the generated token
"token_abc123def456"