Transaction

Transaction: Cancel Release

See also the Transaction response object.

This functionality is specific to Braintree Marketplace merchants.

  1. Callback
  2. Promise
gateway.transaction.cancelRelease("transaction_id", function(err, result) {
});

If the transaction can't be found, it will return a notFoundError.

If you previously released an escrowed Braintree Marketplace transaction, you can cancel the release while the escrowStatus is releasePending.

Arguments
transactionIdrequired, String

The id of the transaction you want to cancel release of escrow for.