Transaction
Transaction: Cancel Release
- Ruby
result = gateway.transaction.cancel_release("transaction_id");
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_id
required, StringThe id of the transaction you want to cancel release of escrow for.