# 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. Endpoint: POST /v1/profiles/{profileId}/excess-money-account Security: UserToken, PersonalToken ## Path parameters: - `profileId` (integer, required) The profile ID. ## Request fields (application/json): - `recipientId` (integer, required) ID of the recipient for excess money transfers. Example: 148393305 ## Response 200 fields (application/json): - `userProfileId` (integer) ID of the profile. Example: 12321323 - `recipientId` (integer) ID of the recipient for excess money transfers. Example: 148393305