Transaction

Transaction: Find

See also the Transaction response object.
  1. Ruby
transaction = gateway.transaction.find("the_transaction_id")
If the transaction can't be found, it will raise a Braintree::NotFoundError.

Escrow status on Braintree Marketplace transactionsAnchorIcon

Use the transaction's id to find the escrow_status on Braintree Marketplace transactions:
  1. Ruby
transaction = gateway.transaction.find("the_transaction_id")
transaction.status
# "settled"
transaction.escrow_status
# "held"
Arguments
transaction_idrequired, 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