Savings Accounts
Retrieve an account mapping association.
Returns the details of a savings account mapping, including the associated main account IBAN and the currently assigned interest tier.
get/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.
Response
The mapping association was retrieved successfully.
Example response
{
"id": "d222a0b8-07ea-49be-83c1-68719be286e8",
"main_account_id": "148c29b85992b8772eb7ddd518490110cacc",
"main_account_iban": "DE17110101000000000042",
"deposit_account_id": "e48c29b85992b8772eb7ddd518490920cacc"
}