transfer
Retrieve a transfer
Retrieves a specific transfer by its ID.
GET
/
transfer
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the transfer to retrieve.
Response
200 - application/json
id
string
requiredThe unique identifier assigned by Push, prefix is "transfer_"
amount
integer
requiredAmount of the transfer
currency
enum<string>
requiredCurrency associated with the amount
Available options:
USD
date
string
requiredDate of the transfer
transactions
object[]
required