Skip to main content

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: token and expires_at (token valid for 20 minutes)

Request

Responses

When the token is successfully generated, the response will be as below