Transaction
Transaction: Cancel Release
See also the Transaction response object.
This functionality is specific to Braintree Marketplace merchants.
- 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_id
required, StringThe id of the transaction you want to cancel release of escrow for.