Generate Token [v3]
POST/api/v3/generate-token
Generate a merchant token to authenticate your server-side API calls. Each token is independent and expires after 20 minutes.
Quick Reference
- Required:
access_key,access_secret - Returns:
tokenandexpires_at(token valid for 20 minutes)
Request
Responses
- 200
- 4XX
When the token is successfully generated, the response will be as below
When the token cannot be generated, the response will be as below