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:
Parameter | Description | Type |
---|---|---|
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. | string |
from_account_group | The source account group for the transfer, e.g. | string |
from_account_label | The source account label for the transfer, e.g. | string |
to_participant_code | The destination participant for the transfer, e.g. | string |
to_account_group | The destination account group for the transfer, e.g. | string |
to_account_label | The destination account label for the transfer, e.g. | string |
asset | The asset code for the request, e.g. e₹ | string |
amount | The amount or quantity transferred, e.g. | string |
movement_id | A unique ID for the specific account update
Note: this will be | string |
Transfer Request Status
Status | Description |
---|---|
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