The person ID of the customer for whom you're creating an account snapshot.
Account snapshots (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/account-snapshot/
Request
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
The source of the account snapshot. You can either create an automated snapshot via FinTecSystems or FINREACH, upload an output of a snapshot you created (in this case, the snapshot_data
field is required), or a snapshot of a Solarisbank account (in this case, the account_id
field is required).
An object to upload the output of the account snapshot you created. Only relevant if the source
is PARTNER
.
Your internal reference number for the customer's account snapshot.
The customer's IBAN to be used for the account snapshot. Only relevant if the source
is FIN_TEC_SYSTEMS
or FINREACH
.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/account-snapshot/v1/persons/{person_id}/account_snapshots
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "source": "FIN_TEC_SYSTEMS", "snapshot_data": { "turnovers": [ … ], "days": 365, "date": "2020-02-28", "balance": { … }, "account": { … } }, "partner_reference_number": "string", "iban": "string", "account_id": "string" }
Application
The ID of the account snapshot resource.
The wizard key session. Only relevant if the source
is FIN_TEC_SYSTEMS
.
The URL to which you must redirect the customer to complete the account snapshot. Only relevant if source
is FINREACH
.
{ "wizard_session_key": "wiz04852083740", "location": "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx", "id": "6c8f81a234df4052a9cde197577347b7snap", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/account-snapshot/v1/persons/{person_id}/account_snapshots/{account_snapshot_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
AccountSnapshot
The ID of the account snapshot resource.
The status of the account snapshot.
The wizard key session. Only relevant if the source
is FIN_TEC_SYSTEMS
.
The URL to which you must redirect the customer to complete the account snapshot. Only relevant if source
is FINREACH
.
The customer's IBAN to be used for the account snapshot. Only relevant if the source
is FIN_TEC_SYSTEMS
or FINREACH
.
{ "wizard_session_key": "wiz04852083740", "status_description": "string", "status": "available", "provider": "FINREACH", "location": "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx", "id": "6c8f81a234df4052a9cde197577347b7snap", "iban": "DE87110101001000057123", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" }