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://sendme-sandbox.faspay.co.id
And also need to create signature and use request header.
Parameter | Type | Length | Mandatory/Optional | Description |
---|---|---|---|---|
Access_token | AN | M | Response access token from faspay | |
Expired_in | N | M | Expire time (in second) | |
Status | N | 1 | M | Status=2 |
Message | AN | M | Status description | |
Response_code | N | 2 | M | Response = 00 |
Response_desc | AN | 32 | M | Description of response from bank |
Last updated