Transaction
Transaction: Hold In Escrow
- PHP
$result = $gateway->transaction()->holdInEscrow('transaction_id');
Braintree\Exception\NotFound
exception. You can only hold a transaction in escrow if its
status
is authorized or submittedForSettlement.
Arguments
transactionId
required, stringThe id of the transaction you want to hold in escrow.