CryptoExchange API :: Receiving items in a transaction

Receiving items in a transaction

Once you have received the goods, you mark the applicable items as received. This will start the inspection period. If you do not accept or reject the items before the end of the inspection period, Cryptoexchange.com will automatically assume that you accept them.

Marking all items as received

Marking all of the items in a transaction as received 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_received.

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