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