Access Token

Access_token is an a string token that identify the user of the API. This token is required each time an application call API. Access_token request must be made with following specification :

  • Relative URL : /account/api/tokens

  • Request URL Dev : https://dev2.faspay.co.id/account/api/tokens

  • Request URL Prod : https://sendme.faspay.co.id/account/api/tokens

And also need to create signature and use request header.

Last updated