GET
/
transfer
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the transfer to retrieve.

Response

200 - application/json
id
string
required

The unique identifier assigned by Push, prefix is "transfer_"

amount
integer
required

Amount of the transfer

currency
enum<string>
required

Currency associated with the amount

Available options:
USD
date
string
required

Date of the transfer

transactions
object[]
required