Transaction

Transaction: Hold In Escrow

See also the Transaction response object.

This functionality is specific to Braintree Marketplace merchants.
  1. C#
Result<transaction> result = gateway.Transaction.HoldInEscrow("transaction_id");
If the transaction can't be found, it will throw a NotFoundException.

You can only hold a transaction in escrow if its Status is Authorized or SubmittedForSettlement.
Arguments
TransactionIdrequired, string

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