NICEPAY API
...
API Version 2 (V2)
Payout (Disbursement) API

Check Balance - API Payout (Disbursement)

8min

About Check Balance - API Payout (Disbursement)



This used to check total on our .

If your is insufficient, please with fund deposit firsthand on Your . check Balance Deposits to view further related .



API Check Balance Inquiry Payout (Disbursement)



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)



Request Parameter for Payout Check Balance



Parameter

Type

Size

Description

Example / Notes

iMid

Required

AN

10

 ID

IONPAYTEST

timeStamp

Required

N

14

 Request Date

20221219235959

merchantToken

Required

AN

64

 Token

86e63619e2f4187e720840aea9d025fdf2d605c78d0becf9d6679acd63da9440



Response Parameter for Payout Check Balance



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

 amount to be transferred to Seller

0



Sample JSON for Payout Check Balance


JSON Request
JSON Response
Java Request