Request an Access Token

Retrieve an access token to authenticate your requests to PayOS services. The access token will be valid for a limited duration indicated by the expiresIn field in the response. Store the token until it expires, then request a new one.

Request

This endpoint expects an object.
merchantIdstringRequired
clientSecretstringRequired>=1 character

Response

A successful access token response.
accessTokenstring
expiresIndouble
tokenTypestring

Errors