transfer
Retrieve a transfer
Retrieves a specific transfer 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 transfer to retrieve.
Response
200
application/json
Successful operation
The unique identifier assigned by Push, prefix is "transfer_"
Amount of the transfer
Currency associated with the amount
Available options:
USD
The direction of the transfer, as indicated by the sign of the amount
- a credit represents a payout to your operational account
- a debit represents a withdrawal from your operational account
Available options:
credit
, debit
When the transfer was created (ISO 8061 date string)
Date of the transfer
Example:
{
"id": "account_WsELzpJOvU6fNafvzWbF6K",
"type": "settlement",
"name": "Settlement Account",
"balance": 1000000,
"created_at": "2023-05-24T20:15:18.158Z"
}