NICEPAY API
...
Payout (Disbursement) API
Check Balance - API Payout (Disbursement)
8 min
If your is insufficient, please with fund deposit firsthand on Your . check Balance Deposits to view further related .
API Endpoint | /nicepay/api/direct/v2/balanceInquiry |
---|---|
Request Method application/json | POST |
Header | Content-Type: application/json |
Merchant Token | SHA256 (timestamp + Merchant ID + Merchant Key) |
Parameter | Type | Size | Description | Example / Notes |
---|---|---|---|---|
resultCd | N | 4 | 0000 | |
resultMsg | AN | 14 | Result Message: Error Code | SUCCESS |
balance | N | 20 | Balance Information | 8549359050 |
scheduled | N | 20 | 0 |
JSON Request
JSON Response
Java Request
1{
2 "resultCd": "0000",
3 "balance": "8549359050",
4 "scheduled": "0",
5 "resultMsg": "SUCCESS"
6}
Updated 02 Oct 2024
Did this page help you?