GET
Generate Access Token

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Response

Access token generated successfully.

access_token
string

A token used to authenticate payment requests. Expires after 3600 seconds.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

expires_in
integer

Duration in seconds before the token expires.

Example:

3600