PostMigrate Refund

Method to move recouped delivery fees or partial receipts of goods to hold balance.

Amount credited to your hold balance to support disbursement at a later date.

More flexibilty in disbursing funds to mutiple sharing parties from hold balance wallet.


 

Definition

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


Parameters

Body Params
Tag: string

Description to append to amount within Hold Balance Statement

Reservationid:
required
string

Unique identifier for reservation

Headers
ClientID:
required
string

Authentication Parameter

ClientSecretKey:
required
string

Authentication Parameter

Examples

Migrate Refund

                            
                                {
                                    "Tag":"ONEPIPE DB2020",
                                    "Reservationid":"A000012300000752"
                                }
                            
                        

Result Format

200 Success 406 Invalid Request

                                    
                                        {
                                            "ResponseCode": "00",
                                            "ResponseDescription": "OK"
                                        }
                                    
                                
                                    
                                        {
                                            "ResponseCode": "09",
                                            "ResponseDescription": "Invalid Reservation Detail"
                                        }