Check Balance
Is a process of checking the amount of credit owned by the client/institutional which can be used to check customer data
Partner will send data to Espay then Espay will respond with JSON format containing Partner's balance.
Flow Message
Merchant -> Espay
Method
HTTP Post
API URL
Development : https://sandbox-api.espay.id/cdd/sijitu/checkbalance
Production : https://api.espay.id/cdd/sijitu/checkbalance
Parameter Request:
Parameter Name | Max Length | Mandatory | Description |
rq_uuid | 64 | Yes | Request identifier. Unique id to identify this message with other messages |
rq_datetime | 19 | Yes | Date and time on the Espay application server when the message was sent |
sender_id | 32 | Yes | Merchant identity code registered on the Espay app |
user_id | 64 | Yes | E-mail registered at Sijitu |
organization_id | 32 | Yes | Merchant code registered at Sijitu |
signature | 64 | Yes | Signature that must be validated by Espay. Click this for details |
Parameter Response:
Parameter Name | Max Length | Mandatory | Description |
rq_uuid | 64 | Yes | Request identifier. Unique id to identify this message with other messages |
rs_datetime | 32 | Yes | Date and time on the Espay application server when the message was sent |
error_code | 4 | Yes | Error code in web service, 0000 means success |
error_message | 32 | Yes | Error description |
total_balance | 17 | Yes | Total balance of partners at Sijitu. |