Returns the details and status of a credit line associated with a specific customer.
- Index all credit lines
Splitpay (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id} 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadCreditLine
The unique ID of a credit line, generated after a credit line is created.
The person ID of the customer applying for the credit line.
The IBAN of the customer's account to use for the account snapshot.
The currency of the given value. Only EURO is currently supported.
The timestamp from when the credit line was created.
The interest rate to apply to the credit line. This field is used if there's a specific interest rate to be applied for a partner.
The annual interest rate applied to the credit line.
The status of the credit line.
The locking status, which indicates whether it's possible to create a loan against the credit line or it's blocked.
An array containing the details of all active loans related to the customer's credit line.
The unique ID of a consumer credit line application.
The type of the credit line termination.
The date when the credit line termination was requested.
The date when the credit line termination was effective.
The type of the credit line product.
The timestamp from when the credit line was granted to a customer.
The unique ID of the customer's Solaris account.
{ "utilized_amount": { "currency": "EUR", "unit": "cents", "value": 1000 }, "termination_type": "ORDINARY_BY_CUSTOMER", "termination_requested_at": "2022-02-07", "termination_date": "2022-02-08", "status": "mandate_creation_pending", "renewal": { "status_description": "string", "status": "customer_notified", "rejection_date": "2022-10-31", "notification_sent_date": "2021-01-20", "id": "0696599d-7f0a-434b-b480-ebe5a1e20cc4", "effective_until_date": "2022-04-10", "effective_from_date": "2022-04-10", "credit_line_id": "1908331fb8384edcbfe63067366c4b6accln" }, "recipient_iban": "DE92370601930002130041", "product_type": "consumer", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "locking_status": "NO_BLOCK", "limit": { "currency": "EUR", "unit": "cents", "value": 1000 }, "latest_disposable_income": { "currency": "EUR", "unit": "cents", "value": 1000 }, "interest_rate": 0.11, "id": "1908331fb8384edcbfe63067366c4b6accln", "granted_at": "2022-02-07T11:57:42Z", "disposable_income": { "currency": "EUR", "unit": "cents", "value": 1000 }, "created_at": "2022-02-07T11:57:42", "application_id": "35eee37033c5436f9cbff6df1f88e097ccla", "annual_percentage_rate": 0.11, "active_loans": [ { … } ], "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "account_iban": "DE25110101002910133758" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/credit_lines 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadConsumerCreditLine.V1.ListCreditLinesResponse
The unique ID of a credit line, generated after a credit line is created.
The person ID of the customer who has the credit line.
The status of the credit line.
The timestamp from when the credit line was granted to the customer.
[ { "status": "open", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "limit": { … }, "id": "1908331fb8384edcbfe63067366c4b6accln", "granted_at": "2022-02-07T11:57:42Z" } ]
The criteria for calculating the available installment plans
The loan type, which defines your product category.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/available_installment_plans 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "loan_type": "installment_plan", "interest_rate": 0.11, "bullet_loan_repayment_date": "2022-06-22", "amount": { "currency": "EUR", "unit": "cents", "value": 1 } }
Available Installment Plans
The number of months over which the installment loan will be repaid.
The currency of the given value. Only EURO is currently supported.
The currency of the given value. Only EURO is currently supported.
The interest rate to apply to the installment loan. Optional field only if there's a specific interest rate that should apply to the loan.
{ "installment_plans": [ { … } ] }
The application attributes
The reference number you internally assigned for the loan.
The type of the loan.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/loans 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "type": "installment_plan", "term": 6, "reference": "ABH244919", "purpose": "Buying an iphone", "interest_rate": 0.11, "bullet_repayment_date": "2023-06-30", "amount": { "currency": "EUR", "unit": "cents", "value": 1000 } }
Application
The status of the loan.
The interest rate to apply to the loan. Only to be used if a special interest rate should apply.
The unique ID of a loan, generated after creating a loan.
{ "type": "installment_plan", "status": "payout_pending", "interest_rate": 0.11, "id": "f8930e8d3dfa48e4a898d7a97c0d78b4cloa", "effective_interest_rate": 0.0111, "bullet_repayment_date": "2001-01-01" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/revoke 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadUpdate reference account
The IBAN of the external reference account to be linked to the credit line.
The date on which the mandate was signed.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/reference_account 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "name": "Lisa Hermann", "mandate_signature_date": "2022-02-07", "mandate_number": "LUUJZMGP2IWIIE", "iban": "DE87110101001000057123" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/payout_account 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/splitpay/v1/persons/{person_id}/credit_lines/{credit_line_id}/closing_account_statement 
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadNo content