Post Send Delivery Code
Post method for customer to confirm successful reciept of purchase made.
Dispatch must collect delivery code from customer and confirm notification status before releasing goods.
The notification should "must" return as successful
Definition
https://api.cashvaultng.com/stagmerce/SendDeliveryCode
Parameters
Body Params
|
CustomerCode:
required
|
string
Code to confirm receipt and deposit payment funds |
| OrderAmount: |
decimal
Reciept value dispatch expecting delivery confirmation for |
|
ReservationId:
required
|
string
Unique identifier for reservation |
Headers
|
ClientID:
required
|
string
Authentication Parameter |
|
ClientSecretKey:
required
|
string
Authentication Parameter |
Examples
Send Delivery Code
{
"CustomerCode":"196735",
"OrderAmount":10000,
"ReservationId":"A00007B008"
}
Result Format
200 Success 202 Code Received 406 Expired
{
"ResponseCode": "00",
"ResponseDescription": "OK"
}
{
"ResponseCode": "09",
"ResponseDescription": "Response already received"
}
{
"ResponseCode": "09",
"ResponseDescription": "The reservation expired on 10/1/2016 6:23:01 AM. Secured fund has been queued for customer reversal."
}