Skip to main content
POST
Get Merchant Access Token

Body

clientId
string
required

The client unique merchant identifier for authentication.

Required string length: 1 - 500
clientSecret
string
required

The merchant's secret used to verify their identity.

Required string length: 1 - 500

Response

The credentials provided were valid, and a new access token has been successfully obtained.

token_type
string

The token type, returns only Bearer.

expires_in
integer<int32>

The remaining lifetime of the access token in seconds.

ext_expires_in
integer<int32>

The remaining lifetime of the access token in seconds.

access_token
string

JWT token that must be included in the Authorization header.

isExpired
boolean
read-only

Whether the token expired or not.

expirationTime
string<YYYY-MM-DDThh:mm:ss>

A timestamp expressed in UTC, indicating the exact moment the access token will expire.