CryptoExchange API :: Rejecting items in a transaction

Rejecting items in a transaction

If the goods you receive are not what you expected in the transaction, then you can reject the items. You are then required to ship the goods back to the seller.

Marking all items as rejected

You can reject the items in a transaction if they are not what you expected, or if they are not in the condition you expected them to be in. Doing so requires you to ship the items back to the seller at the buyers expense. Accepting or rejecting the items must happen before the inspection period for the transaction completes as Cryptoexchange.com will automatically accept the goods on the buyer's behalf if the inspection period lapses.

Marking all of the items in a transaction as rejected is as simple as making a patch request to https://cryptoexchange.com/api/v1/escrow/partner/transaction/id and setting the action field to product_rejected.

If the API call is successful, it will return the updated transaction object.