Transaction

Transaction: Find

See also the Transaction response object.
  1. C#
Transaction transaction = gateway.Transaction.Find("the_transaction_id");
If the transaction can't be found, it will throw a NotFoundException.

Escrow status on Braintree Marketplace transactionsAnchorIcon

Use the transaction's Id to find the EscrowStatus on Braintree Marketplace transactions:
  1. C#
transaction = gateway.Transaction.Find("the_transaction_id");
transaction.EscrowStatus; // "held"
Arguments
TransactionIdrequired, string
The unique transaction identifier.

If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more