Savings Accounts
Update a person's account mapping association.
Modifies the existing mapping configuration for a person’s savings account. This endpoint allows for the transition of the main account association or the adjustment of interest rate tiers. Note: Use this endpoint only for accounts that have already been initially mapped via the POST method.
patch/v1/persons/{person_id}/deposit_accounts/{account_id}/mappings
Path parameters
person_idstring required
Unique ID of a person.
account_idstring required
Unique ID of a Solaris account.
Request body
Example request
{
"main_account_iban": "DE17110101000000000042"
}Response
The mapping update was successful.
Example response
{
"id": "d222a0b8-07ea-49be-83c1-68719be286e8",
"main_account_iban": "DE17110101000000000042"
}