Transfers
Transfers
GET /transfers
GET /transfers
Sample Response
Returns an array of all transfers requests made to or from your participant, or to or from your platform's account group.
Response:
id
The transfer request ID
number
client_transfer_id
Optional unique identifier for the transfer. Note: this must be unique, per platform, per 72 hour period
string
created_at
The timestamp when the transfer request was requested
timestamp
updated_at
The timestamp when the transfer request was last updated
timestamp
status
The current status of the transfer request
string
from_participant_code
The source participant for the transfer to, e.g. ABCDEF
string
from_account_group
The source account group for the transfer, e.g. ABCDEF
Note: this may be null
if the requesting participant is not authorized to see the source account group
string
from_account_label
The source account label for the transfer, e.g. general
string
to_participant_code
The destination participant for the transfer, e.g. ABCDEF
string
to_account_group
The destination account group for the transfer, e.g. ABCDEF
Note: this may be null
if the requesting participant is not authorized to see the destination account group
string
to_account_label
The destination account label for the transfer, e.g. general
string
asset
The asset code for the request, e.g. e₹
string
amount
The amount or quantity transferred, e.g. 100
string
movement_id
A unique ID for the specific account update
Note: this will be null
until the transfer updates to settled
string
Transfer Request Status
pending
The request has been created and is pending approval from users
approved
The request is approved but not settled
canceled
The request is canceled and in a terminal state
rejected
The request is rejected and in a terminal state
settled
The request was settled and is in a terminal state
Last updated