Download OpenAPI specification:Download
Creates a freelancer overdraft application and assigns it to the person
with the given person_id
in the path parameter. Before calling this endpoint, you need to create a credit record for the customer and include it in the payload. Afterwards, Solaris' credit scoring system assesses the application to determine the person credit eligibility and either approves or rejects the application.
The application attributes
Application
Invalid request
Not Found
{- "partner_risk_class": "d",
- "partner_reference_number": "a123456",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd"
}
{- "status": "offered",
- "rejection_reasons": [
- "string"
], - "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "partner_risk_class": "d",
- "partner_reference_number": "a123456",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "overdraft_rate": 9,
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_conditions_enabled": true,
- "interest_accrual_rate": 3,
- "id": "b83z264de98741018419b53648e20ca9coap",
- "decision": "OFFERED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_snapshot_id": "string"
}
Returns the status and details of an existing freelancer overdraft application.
Application
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/overdraft_applications/{overdraft_application_id}'
{- "status": "offered",
- "rejection_reasons": [
- "string"
], - "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "partner_risk_class": "d",
- "partner_reference_number": "a123456",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "overdraft_rate": 9,
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_conditions_enabled": true,
- "interest_accrual_rate": 3,
- "id": "b83z264de98741018419b53648e20ca9coap",
- "decision": "OFFERED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_snapshot_id": "string"
}
Links the account snapshot of the person
with the given person_id
to their overdraft application. You need to include the account_snapshot_id
in the payload. Solaris' credit scoring system uses the account snapshot to retrieve the customer's account information, balance, and transaction history to assess their credit eligibility.
Account snapshot attributes
No Content
Invalid request
Not Found
Conflict
{- "account_snapshot_id": "string"
}
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Creates a freelancer overdraft and activates the offered overdraft limit in the customer's account. After Solaris approves the overdraft application, you have to call this endpoint to create and activate the overdraft.
The application attributes
Application
Invalid request
Not Found
Conflict
{- "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc"
}
{- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_conditions_enabled": true,
- "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc"
}
Returns all the details of an existing freelancer overdraft, assigned to the person
with the given person_id
in the path parameter.
Application
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons@{person_id}/overdrafts/{overdraft_id}'
{- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_conditions_enabled": true,
- "interest_accrued": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc"
}
Terminates a freelancer overdraft. This operation is only possible if the account balance is positive.
The application attributes
Overdraft
Invalid request
Not Found
Conflict
{ }
{- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_conditions_enabled": true,
- "interest_accrued": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc"
}
Creates a consumer overdraft application and assigns it to the person
with the given person_id
in the path parameter. Before calling this endpoint, you must collect the required information from the customer, such as the employment status and income declaration and the consent to the account snapshot and credit check. Additionally, you need to create a credit record for the customer. Afterwards, Solaris' credit scoring system assesses the application to determine the person credit eligibility and either approves or rejects the application.
The application attributes
Application
Invalid request
Not Found
Conflict
{- "partner_risk_class": "d",
- "partner_requested_limit": {
- "value": 0,
- "unit": "cents",
- "currency": "EUR"
}, - "partner_reference_number": "a123456",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "net_income_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "minimum_credit_risk_criteria": { },
- "identification_id": "176a96d1ecf7459d659d1b7f0108a3f2cidt",
- "employment_status": "EMPLOYED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "account_iban": "DE87110101001000057123"
}
{- "status_description": "The overdraft is approved and offered to the customer.",
- "status": "offered",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "partner_risk_class": "d",
- "partner_requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "partner_reference_number": "a123456",
- "partner_id": "6ee8e4c8bdc2f9b15870c989706aa9cccpar",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "net_income_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "minimum_credit_risk_criteria": { },
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 0,
- "identification_id": "176a96d1ecf7459d659d1b7f0108a3f2cidt",
- "id": "b83z264de98741018419b53648e20ca9coap",
- "employment_status": "EMPLOYED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_iban": "DE87110101001000057123"
}
Returns the status and details of an existing consumer overdraft application.
Application
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdraft_applications/{overdraft_application_id}'
{- "status_description": "The overdraft is approved and offered to the customer.",
- "status": "offered",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "partner_risk_class": "d",
- "partner_requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "partner_reference_number": "a123456",
- "partner_id": "6ee8e4c8bdc2f9b15870c989706aa9cccpar",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "net_income_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "minimum_credit_risk_criteria": { },
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 0,
- "identification_id": "176a96d1ecf7459d659d1b7f0108a3f2cidt",
- "id": "b83z264de98741018419b53648e20ca9coap",
- "employment_status": "EMPLOYED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_iban": "DE87110101001000057123"
}
OverdraftWeb.V1.Consumer.ListOverdraftApplicationResponse
Bad Request
Forbidden
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/consumer_overdraft_applications?page%5Bnumber%5D=0&page%5Bsize%5D=0&filter%5Bid%5D=string&filter%5Bperson_id%5D=string&filter%5Baccount_iban%5D=string&filter%5Bpartner_id%5D=string&filter%5Bstatus%5D=scoring_pending&filter%5Bcreated_at%5D%5Bmin%5D=string&filter%5Bcreated_at%5D%5Bmax%5D=string'
[- {
- "status_description": "The overdraft is approved and offered to the customer.",
- "status": "offered",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "partner_risk_class": "d",
- "partner_requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "partner_reference_number": "a123456",
- "partner_id": "6ee8e4c8bdc2f9b15870c989706aa9cccpar",
- "partner_contact_number": "+491565904345",
- "partner_contact_name": "Peter Mustermann",
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "net_income_amount": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "minimum_credit_risk_criteria": { },
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 0,
- "identification_id": "176a96d1ecf7459d659d1b7f0108a3f2cidt",
- "id": "b83z264de98741018419b53648e20ca9coap",
- "employment_status": "EMPLOYED",
- "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "account_iban": "DE87110101001000057123"
}
]
Generates a SECCI form, which is the overview of the final offer and the contract. This endpoint downloads the SECCI form as a PDF, which you must share with the customer to review the data based on which the final contract is generated.
The binary of the pre-contractual information (SECCI)
Not Found
Conflict
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdraft_applications/{application_id}/pre_contract'
{- "title": "Model Not Found",
- "status": "404",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Couldn't find 'Account' for id 'DE24112233445566'.",
- "code": "model_not_found"
}
Generates a conditions form, which is the overview of all conditions. This is an unsigned document and essentially replaces the contract document for overdrafts.
The binary of the overdraft conditions form
Not Found
Conflict
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdraft_applications/{application_id}/conditions'
{- "title": "Model Not Found",
- "status": "404",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Couldn't find 'Account' for id 'DE24112233445566'.",
- "code": "model_not_found"
}
Creates a consumer overdraft and activates the offered overdraft limit in the customer's account. After Solaris approves a consumer overdraft application, you have to call this endpoint and the overdraft amount will be set as an external limit to the customer's account.
The application attributes
Application
Invalid request
Not Found
Conflict
{- "tnc_accepted_at": "2021-08-03T18:01:48.000Z",
- "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc"
}
{- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "negative_since": "2021-08-03T18:01:48Z",
- "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "consumer_application_id": "b83z264de98741018419b53648e20ca9coap",
- "account_iban": "DE87110101001000057123"
}
Returns all the details of an existing consumer overdraft, assigned to the person
with the given person_id
in the path parameter.
Overdraft
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}'
{- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "negative_since": "2021-08-03T18:01:48Z",
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrued": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "consumer_application_id": "b83z264de98741018419b53648e20ca9coap",
- "account_iban": "DE87110101001000057123"
}
This endpoint returns a list containing all consumer overdrafts for all of your customers.
OverdraftWeb.V1.Consumer.ListOverdraftsResponse
Bad Request
Forbidden
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/consumer_overdrafts?page%5Bnumber%5D=0&page%5Bsize%5D=0&filter%5Bperson_id%5D=string&filter%5Baccount_iban%5D=string&filter%5Bstatus%5D=created&filter%5Bnegative_since_from%5D=string&filter%5Bnegative_since_to%5D=string'
[- {
- "status": "created",
- "person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
- "overdraft_rate": 9,
- "negative_since": "2021-08-03T18:01:48Z",
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "consumer_application_id": "b83z264de98741018419b53648e20ca9coap",
- "account_iban": "DE87110101001000057123"
}
]
Generates a SECCI form for limit increase request, which is the overview of the final offer and the contract. This endpoint downloads the SECCI form as a PDF, which you must share with the customer to review the data based on which the final contract is generated.
The binary of the pre-contractual information (SECCI)
Not Found
Conflict
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes/{limit_change_id}/pre_contract'
{- "title": "Model Not Found",
- "status": "404",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Couldn't find 'Account' for id 'DE24112233445566'.",
- "code": "model_not_found"
}
Generates a conditions form for limit increase request, which is the overview of all conditions. This is an unsigned document and essentially replaces the contract document for overdrafts.
The binary of the overdraft conditions form
Not Found
Conflict
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes/{limit_change_id}/conditions'
{- "title": "Model Not Found",
- "status": "404",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Couldn't find 'Account' for id 'DE24112233445566'.",
- "code": "model_not_found"
}
Terminates a consumer overdraft. This operation is only possible if the account balance is positive or zero after booking the accrued interest from the overdraft usage on the account.
The application attributes
No Content
Invalid request
Not Found
Conflict
{ }
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Updates the limit change and activates the requested overdraft limit in the customer's account. After Solaris approves a consumer limit change, you have to call this endpoint and the requested amount will be set as an external limit to the customer's account.
The application attributes
Application
Invalid request
Not Found
Conflict
{- "tnc_accepted_at": "2021-08-03T18:01:48.000Z"
}
{- "tnc_accepted_at": "2021-08-03T18:01:48.000Z",
- "status": "requested",
- "requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason": "Customer has a good scoring.",
- "overdraft_id": "b83z264de98741018419b53648e20ca9coap",
- "limit_at_creation_time": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "attached_at": "2021-08-03T18:01:48.000Z"
}
Shows a consumer overdraft limit change.
LimitChange
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes/{limit_change_id}'
{- "tnc_accepted_at": "2021-08-03T18:01:48.000Z",
- "status": "limit_pending",
- "requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason": "Customer has a good scoring.",
- "overdraft_id": "b83z264de98741018419b53648e20ca9coap",
- "limit_at_creation_time": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "attached_at": "2021-08-03T18:01:48.000Z"
}
Creates a consumer overdraft limit change.
The limit change attributes
LimitChange
Invalid request
Not Found
Conflict
{- "requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason": "Customer scoring improved"
}
{- "tnc_accepted_at": "2021-08-03T18:01:48.000Z",
- "status": "requested",
- "requested_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "reason": "Customer has a good scoring.",
- "overdraft_id": "b83z264de98741018419b53648e20ca9coap",
- "limit_at_creation_time": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "attached_at": "2021-08-03T18:01:48.000Z"
}
Creates a business overdraft application and assigns it to the business
with the given business_id
in the path parameter. You have to include the identification_id
and the account_iban
of the business in the payload. Afterwards, Solaris' credit scoring system assesses the application to determine the business credit eligibility and either approves or rejects the application.
The application attributes
Application
Invalid request
Forbidden
Not Found
{- "identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt",
- "account_iban": "DE13110101014386274299"
}
{- "status": "scoring_pending",
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fbovd",
- "limit_increase_rejection_reason": "string",
- "initial_overdraft_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt",
- "id": "fdsdefghijklmnopqrstuvwxyz012346boap",
- "final_overdraft_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "created_at": "2021-08-03T18:01:48.000Z",
- "business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
- "account_iban": "DE13110101014386274299"
}
Returns the status and details of an existing business overdraft application.
Application
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}'
{- "status": "scoring_pending",
- "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fbovd",
- "limit_increase_rejection_reason": "string",
- "initial_overdraft_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt",
- "id": "fdsdefghijklmnopqrstuvwxyz012346boap",
- "final_overdraft_limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "created_at": "2021-08-03T18:01:48.000Z",
- "business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
- "account_iban": "DE13110101014386274299"
}
Requests a limit increase for an approved or confirmed business overdraft application. After Solaris approves an overdraft application, the business receives an offer with an initial overdraft limit and can either confirm the offer or request a limit increase by calling this endpoint. A limit increase request is subject to an additional credit check by Solaris and can be approved or rejected.
No Content
Invalid request
Forbidden
Conflict
curl -i -X POST \ 'https://api.solaris-sandbox.de/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/limit_increase'
{- "title": "Failed to build pagination headers.",
- "status": "400",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Cannot connect to database.",
- "code": "build_pagination_headers_failure"
}
Confirms a business overdraft application and activates the overdraft limit. Once Solaris approves a business overdraft application, you must confirm the overdraft by calling this endpoint. Afterwards, the overdraft amount will be credited to the business account. You have to call this enpoint also after receiving an approval on a limit increase request.
No Content
Forbidden
Not Found
Conflict
curl -i -X POST \ 'https://api.solaris-sandbox.de/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/confirm'
{- "title": "Unauthorized Action",
- "status": "403",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Unauthorized action is not allowed.",
- "code": "unauthorized_action"
}
Cancels an existing business overdraft application.
No Content
Forbidden
Not Found
Conflict
curl -i -X POST \ 'https://api.solaris-sandbox.de/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/cancel'
{- "title": "Unauthorized Action",
- "status": "403",
- "id": "a95f2aaf-4e0c-4d49-8021-8a16a884ed86",
- "detail": "Unauthorized action is not allowed.",
- "code": "unauthorized_action"
}
Returns all the details of an existing business overdraft, assigned to the business
with the given business_id
.
Overdraft
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/businesses/{business_id}/overdrafts/{overdraft_id}'
{- "status": "created",
- "overdraft_rate": 8,
- "limit": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrued": {
- "value": 1000,
- "unit": "cents",
- "currency": "EUR"
}, - "interest_accrual_rate": 3,
- "id": "00556cd181f2409aaa6c2a033cce3a8fbovd",
- "created_at": "2021-08-03T18:01:48.000Z",
- "business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
- "application_id": "fdsdefghijklmnopqrstuvwxyz012346boap",
- "account_iban": "DE13110101014386274299"
}