v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
balance

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

recipientIdinteger required

ID of the recipient for excess money transfers.

Example request

{
  "recipientId": 148393305
}

Response

OK - Excess money account configured successfully.

userProfileIdinteger

ID of the profile.

recipientIdinteger

ID of the recipient for excess money transfers.

Example response

{
  "userProfileId": 12321323,
  "recipientId": 148393305
}