Transaction
Transaction: Cancel Release
- C#
Result<transaction> result = gateway.Transaction.CancelRelease("transaction_id");
NotFoundException
. If you previously released an escrowed
Braintree Marketplace transaction,
you can cancel the release while the
EscrowStatus
is ReleasePending.
Arguments
TransactionId
required, stringThe Id of the transaction you want to cancel release of escrow for.