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.

idstring required

Mapping Id of this account association.

main_account_idstring

ID of the internal main account.

main_account_ibanstring

IBAN of the external main account.

deposit_account_idstring

ID of the savings account.

status'OPENED' | 'TAX_REGISTERED' | 'ACTIVE' | 'INACTIVE' | 'FAILED' required

The current status of the savings account.

deposit_type'SAVINGS_ACCOUNT' required

The account type.

interest_tier'INTEREST_BASE_TIER' | 'INTEREST_TIER_1' | 'INTEREST_TIER_2' | 'INTEREST_TIER_3' | 'INTEREST_TIER_4' | 'INTEREST_TIER_5'

Tier to which the savings account belongs. Note: If you've configured multiple standard interest rates (tiered interest rates), send the interest tier value in this field. If no value is sent, the system will default to the base tier.

Example response

{
  "id": "d222a0b8-07ea-49be-83c1-68719be286e8",
  "main_account_id": "148c29b85992b8772eb7ddd518490110cacc",
  "main_account_iban": "DE17110101000000000042",
  "deposit_account_id": "e48c29b85992b8772eb7ddd518490920cacc"
}