Get Refund Balance

Confirm value of cumulative orders receipt not provided or partially provided

Account Info: 1 true or 0 false

Account details of courier auto saved by service and set as default for all payouts of refunds.


 

Definition

https://api.cashvaultng.com/stagmerce/GetMerchantRefundBalance?


Parameters

Query Params
merchantId:
required
string

Biller code for courier

Headers
ClientID:
required
string

Authentication Parameter

ClientSecretKey:
required
string

Authentication Parameter

Examples

Get Refund Balance

                            
                                https://api.cashvaultng.com/stagmerce/GetMerchantRefundBalance?merchantId=A00001
                            
                        

Result Format

200 Success 400 Invalid Merchantid

                                    
                                        {
                                            "ResponseCode": "00",
                                            "ResponseDescription": "OK",
                                            "AccountInfo": "1",
                                            "RefundAmount": "2400.00"
                                        }
                                    
                                
                                    
                                        {
                                            "ResponseCode": "09",
                                            "ResponseDescription": "Access Denied",
                                            "AccountInfo": null,
                                            "RefundAmount": null
                                        }