v1
latestOpenAPI 3.0.02026-07-247150151.6 KBTransfer
Create a Transfer
Create a new transfer.
post/transfers
Request body
Example request
{
"origination_account_id": "6f0e7dcb-6073-42df-bf02-ce71bd5fac3b",
"destination_account_id": "225641a5-f6e4-4ae1-b5e0-326e6b98842e",
"description": "PAYROLL",
"amount": 100000
}Response
OK
Example response
{
"transfer_id": "f46e97f2-a582-4918-8992-fb10da9573d9",
"transaction_id": "7e7205c6-82c9-4789-adef-c07104025b39",
"created_time": "2022-08-24T14:15:22Z",
"updated_time": "2022-08-24T14:18:22Z",
"settled_time": "2022-08-25T12:15:23Z",
"origination_account_id": "6f0e7dcb-6073-42df-bf02-ce71bd5fac3b",
"destination_account_id": "225641a5-f6e4-4ae1-b5e0-326e6b98842e",
"description": "PAYROLL",
"amount": 1000
}