Skip to main content
GET
Retrieve a transfer

Authorizations

Authorization
string
header
required

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

Successful operation

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
direction
enum<string>
required

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
created_at
string<date-time>
required

When the transfer was created (ISO 8061 date string)

date
string<date>
required

Date of the transfer

transactions
object[]
required
account
object
required
Example: