Accounts
Create an internal transfer
Transfer funds between two accounts within the same organization. Supports transfers between depository accounts (checking/savings), from a depository account to a treasury/investment account, and from a treasury/investment account to a depository account. Creates paired debit and credit transactions.
post/transfer
Request body
Response
Example response
{
"creditTransaction": {
"createdAt": "2016-07-22T00:00:00Z",
"estimatedDeliveryDate": "2016-07-22T00:00:00Z",
"failedAt": "2016-07-22T00:00:00Z",
"postedAt": "2016-07-22T00:00:00Z"
},
"debitTransaction": {
"createdAt": "2016-07-22T00:00:00Z",
"estimatedDeliveryDate": "2016-07-22T00:00:00Z",
"failedAt": "2016-07-22T00:00:00Z",
"postedAt": "2016-07-22T00:00:00Z"
}
}