POST
/
simulate
/
transfer

Authorizations

Authorization
string
headerrequired

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

Body

application/json
from
string

The account from which to transfer funds

to
string

The account to which funds are transferred

amount
integer

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