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:
{"status": "ok","code":200,"message": "Transaction Delivery Rejected","data":null}
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.