accounts
Get a transaction
Retrieves a specific transaction by its ID.
GET
/
transaction
/
{id}
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 unique identifier assigned by Push
Amount of the transaction (signed)
Currency associated with the amount
Available options:
USD
When the transaction was created (ISO 8061 date string)
The settlement date of the transaction
The batch for the transaction
The account associated with the transaction
The type of transaction
Available options:
intent
, transfer
, unreconciled
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