Savings Goals
Withdraw money from a savings goal
put/api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/withdraw-money/{transferUid}
Path parameters
accountUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa
Account uid
savingsGoalUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa
Savings goal uid
transferUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa
Transfer uid, generated by the caller
Request body
Example request
{
"amount": {
"currency": "GBP",
"minorUnits": 123456
}
}Response
Successful operation
Example response
{
"transferUid": "88998899-8899-8899-8899-889988998899",
"success": true
}