GetBalance
This method is used for getting balance of partner
Good to know: Press ">" to see detail.
Request
POST
https://{SERVER}/Api/SBR/GetBalance
Request Body
Name | Type | Description |
---|---|---|
AuthID* | Text | UserID assigned by SBR |
ProtocolData* | Object | Data request |
Reference* | Text | ID of payment order |
StatusType* | Text(1) | Status of request (Default =1) |
Good to know: Available = BalAmt - AllowtAmt - FeeAmt - OnlineAmt
Response
Parameters | Data type | Description |
Status | Number | Return status of request: 0;Fail;1;Success |
ProtocolData | Object | List of orders |
CurrencyID | Text(20) | Currency (USD;EUR;JPY;CAD;VND…) |
BalAmt | Number | Current balance |
AllowAmt | Number | Using balance |
FeeAmt | Number | Estimated fee |
OnlineAmt | Number | Balance for online transaction |
Available | Text(20) | Available balance |
Request Example
Response Example
Last updated