Download OpenAPI specification:Download
Creates an account snapshot for the customer with the person_id
specified in the request URL. The account snapshot contains account information, such as balance, transactions, bookings, etc.
You can create an account snapshot in various ways by specifying the source. Check the properties descriptions and examples for more information.
The account snapshot attributes
Application
{- "source": "FIN_TEC_SYSTEMS",
- "snapshot_data": {
- "turnovers": [
- {
- "tags": [
- "salary"
], - "purpose": [
- "SEPA-GEHALTSGUTSCHRIFT FinTecSystems GmbH LOHN / GEHALT 12/16"
], - "currency": "EUR",
- "counter_iban": "DE87110101001000057123",
- "counter_holder": "FinTecSystems GmbH",
- "counter_bic": "TESTDE88XXX",
- "booking_date": "2020-02-28",
- "amount": 3009
}
], - "days": 365,
- "date": "2020-02-28",
- "balance": {
- "limit": 1000,
- "date": "2020-02-28",
- "currency": "EUR",
- "balance": 2123
}, - "account": {
- "joint_account": true,
- "iban": "DE88888881010987654321",
- "holder": "MUSTERMANN, HARTMUT",
- "description": "Girokonto",
- "country_id": "DE",
- "bic": "TESTDE88XXX",
- "bank_name": "Testbank"
}
}, - "partner_reference_number": "string",
- "iban": "string",
- "account_id": "string"
}
{- "wizard_session_key": "wiz04852083740",
- "id": "6c8f81a234df4052a9cde197577347b7snap",
- "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc"
}
Returns an account snapshot for a customer. You can use this endpoint to retrieve the details of an account snapshot and check its validity. Additionally, you can subscribe to the webhook event ACCOUNT_SNAPSHOT
to receive notifications about status changes.
AccountSnapshot
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/account_snapshots/{account_snapshot_id}'
{- "wizard_session_key": "wiz04852083740",
- "status_description": "string",
- "status": "available",
- "provider": "FINREACH",
- "id": "6c8f81a234df4052a9cde197577347b7snap",
- "iban": "DE87110101001000057123",
- "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc"
}