Initiate Transfer
Start a transfer operation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Transfer Method.
Available options:
peer
, move
, bank
, batch
Body
application/json
The details required to initiate the transfer.
The body is of type object
.
The body is of type object
.
The body is of type object
.
The body is of type object
.
The body is of type object
.
Response
200
application/json
Successfully initiated transfer.
The response is of type object
.
The response is of type object
.
The response is of type object
.