Transaction

Transaction: Cancel Release

See also the Transaction response object.

This functionality is specific to Braintree Marketplace merchants.

  1. Ruby
result = gateway.transaction.cancel_release("transaction_id")

If the transaction can't be found, it will raise a Braintree::NotFoundError.

If you previously released an escrowed Braintree Marketplace transaction, you can cancel the release while the escrow_status is release_pending.

Arguments
transaction_idrequired, String

The id of the transaction you want to cancel release of escrow for.