Vesicash API V1
Search
K

Reject shipped transaction

This is the second action that can be performed when a transaction has been shipped by a seller. Rejecting a shipment means that the buyer is dissatisfied with the shipment and wants to file for a dispute.
To reject a shipped transaction, call the endpoint below:
post
https://api.vesicash.com/v1/
transactions/reject_delivery
reject shipped transaction
For instance, you can a make a post request to the endpoint above and pass in the json data below to reject a shipped transaction.
{
"transaction_id":"wnhIlowZIkIqSpUqxNaz",
"reason":"Rejection reasons"
}
When a shipment is rejected, the transaction is automatically moved to the dispute phase.