Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

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-time
Example:
"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..."
CreatePartnerAccessTokenResponse
{  "expiresAt": "2030-07-29T15:51:28.071Z",  "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0N..."}