{
"request_id": "string",
"reference": "string",
"from_account_id": "string",
"to_account_id": "string",
"currency": "string",
"amount": 0,
"purpose": "string"
}
curl --location --request POST 'https://demo-api.easypayx.com/v1/transfers' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"reference": "string",
"from_account_id": "string",
"to_account_id": "string",
"currency": "string",
"amount": 0,
"purpose": "string"
}'
{
"data": {
"id": "string",
"order_no": "string",
"request_id": "string",
"reference": "string",
"from_account_id": "string",
"to_account_id": "string",
"amount": 0,
"currency": "string",
"purpose": "string",
"status": "PENDING",
"reason": "string",
"create_time": "string",
"update_time": "string",
"completed_time": "string"
}
}