accounts
Get a transaction
Retrieves a specific transaction by its ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the transaction to retrieve.
Response
200 - application/json
The account associated with the transaction
Amount of the transaction (signed)
The batch for the transaction
When the transaction was created (ISO 8061 date string)
Currency associated with the amount
Available options:
USD
The settlement date of the transaction
The unique identifier assigned by Push
The ID of the intent, dispute, or transfer associated with the transaction. If the transaction is unreconciled, this field will be null
The transaction's settlement status
Available options:
settled
, pending
The type of transaction
Available options:
intent
, transfer
, unreconciled
The direction of the transaction, as indicated by the sign of the amount
Available options:
credit
, debit