Transaction: Hold In Escrow
- C#
Result<transaction> result = gateway.Transaction.HoldInEscrow("transaction_id");NotFoundException. You can only hold a transaction in escrow if its
Status
is Authorized or SubmittedForSettlement.
Arguments
TransactionIdrequired, stringThe Id of the transaction you want to hold in escrow.