Transaction
Transaction: Release From Escrow
- Ruby
result = gateway.transaction.release_from_escrow("transaction_id")
Braintree::NotFoundError
. When you release a
Braintree Marketplace transaction's
funds from escrow, we'll disburse the service fee less any processing fees to the master merchant
account and the remaining funds to the sub-merchant. This occurs on the business day after you
submit the release request. The
escrow_status
of a transaction must be held before its funds can be released from
escrow.
Arguments
transaction_id
required, StringThe id of the transaction you want to release from escrow.