CreatePartnerAccessTokenResponse
expiresAtstring
The time at which the access token expires. It is recommended to create a new access token before the current one expires to avoid inflight clock skew issues.
Format:
date-timeExample:
"2030-07-29T15:51:28.071Z"accessTokenstring
A JWT access token granting access to the merchant account for either the live or test environment. As a partner you can send this access token instead of a merchant API key, when accessing the ePay API on behalf of the merchant.
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0N..."