Payments
Create a budget-to-budget transfer
Transfer money from one budget to another budget.
post/budgets/{budgetId}/transfer
Path parameters
budgetIdstring uuid required
The ID of the budget to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a03
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"destinationBudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
"currency": "USD",
"amount": "string",
"reference": "Personal allowance"
}Response
OK
Example response
{
"success": true
}