Post Refund Payout

Payout accumulated fees recouped from orders delivery was not successful

In the event courier already has saved account details on the service no need to provide again; provision of account details will overwrite what ever was saved before.

So confirm status of saved account info via calling method to get refund balance response.


 

Definition

https://api.cashvaultng.com/stagmerce/PayRefundBalance


Parameters

Body Params
AccountNumber: string

Nubian account number should not exceed 10 characters

CBNCode: string

Refer to Misc for Bank codes

MerchantId:
required
string

Biller code of courier

SecureCode:
required
string

Code for payout authorization

Headers
ClientID:
required
string

Authentication Parameter

ClientSecretKey:
required
string

Authentication Parameter

Examples

Pay Refund Balance Saved Account Info

                                    
                                        {
                                            "AccountNumber":"0123456789",
                                            "CBNCode":"011",
                                            "MerchantId":"A00893",
                                            "SecureCode":"092389129"
                                        }
                                    
                                
                                    
                                        {
                                            "MerchantId":"A00893",
                                            "SecureCode":"092389129"
                                        }
                                    
                                

Result Format

200 Success 400 Authentication Failure 406 Invalid Input

                                    
                                        {
                                            "ResponseCode": "00",
                                            "ResponseDescription": "OK"
                                        }
                                    
                                
                                    
                                        {
                                            "ResponseCode": "09",
                                            "ResponseDescription": "Invalid Secure Code"
                                        }
                                    
                                
                                    
                                        {
                                            "ResponseCode": "09",
                                            "ResponseDescription": "Error: Account Number must be 10 digits: 129087498209"
                                        }