Transaction

Transaction: Hold In Escrow

See also the Transaction response object.

This functionality is specific to Braintree Marketplace merchants.
  1. Ruby
result = gateway.transaction.hold_in_escrow("transaction_id")
If the transaction can't be found, it will raise a Braintree::NotFoundError.

You can only hold a transaction in escrow if its status is authorized or submitted_for_settlement.
Arguments
transaction_idrequired, String

The id of the transaction you want to hold in escrow.