Request Merchant Access Token
To access the ePay API on behalf of a merchant under your partner profile, partners must create a access token for the merchant before sending requests. An access token expires after 8 hours. Access token requests are cached in one hour, so any subsequent access token requests for the same merchant and environment may return the same token as previously requested, within the cache period. The returned access token is used in-place of the merchant API key in the `Authorization` header.
Path Parameters
uuidHeader Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The environment for which to create an access token. This can be either `test` or `live`. The created access token will only have access to the respective environment for the merchant account.
"test""live""live"Response Body
application/json
application/json
application/json
application/json