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.

No

Parameter

Type

length

Mandatory/Optional

Description

1

Access_token

AN

M

Response access token from faspay

2

Expired_in

N

M

Expire time (in second)

3

Status

N

1

M

Status=2

4

Message

AN

M

Status description

5

Response_code

N

2

M

Response = 00

6

Response_desc

AN

32

M

Description of response from bank

Last updated