Settlement
Retrieve transaction
Use this method to retrieve information about a transaction.
Note: To retrieve a transaction, you need its transactionId. If you don't have the transactionId, use our List Transactions method to search for the transaction.
Our gateway returns the following information about the transaction:
- Merchant and processing account that ran the transaction.
- Transaction type, date, amount, and the payment method that the customer used.
- Batch that contains the transaction, and authorization details for the transaction.
- Processor that settled the transaction and the ACH deposit containing the transaction.
get/transactions/{transactionId}
Path parameters
transactionIdinteger required
Unique identifier of the transaction.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested transaction.
Changes
No recorded changes to this endpoint across all 1 revision of this API.