Transaction
Transaction: Hold In Escrow
- Ruby
result = gateway.transaction.hold_in_escrow("transaction_id")
Braintree::NotFoundError
. You can only hold a transaction in escrow if its
status
is authorized or submitted_for_settlement.
Arguments
transaction_id
required, StringThe id of the transaction you want to hold in escrow.