v5
latestOpenAPI 3.1.02026-07-262421791.5 MBbalance
Add an Excess Money Account
If a balance goes over the regulatory hold limit, excess funds are automatically moved to another account at the end of the day.
Use this endpoint to specify a recipient where excess money will be transferred.
Primarily used for Singapore and Malaysia customers.
post/v1/profiles/{profileId}/excess-money-account
Path parameters
profileIdinteger required
The profile ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"recipientId": 148393305
}Response
OK - Excess money account configured successfully.
Example response
{
"userProfileId": 12321323,
"recipientId": 148393305
}