# Consumer Credit Line ## Calculate anonymous installment plans for a given amount - [POST /v1/anonymous_credit_line_installment_plans](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.consumercreditlines.anonymousinstallmentplans.indexoperation.md): Generates an anonymous credit line installment plan for a specific amount, allowing potential customers to receive an initial offer before applying for a credit line. ## Create a consumer credit line application - [POST /v1/persons/{person_id}/credit_line_applications](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.createoperation.md): Creates a consumer credit line application and assigns it to the person with the included in the request URL. The payload of this endpoint includes all the required financial information and account data about the applicant, which the credit scorer uses to initiate a series of credit checks. See the Consumer Splitpay guide for the list of mandatory properties. ## Retrieve a consumer credit line application - [GET /v1/persons/{person_id}/credit_line_applications/{application_id}](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.showoperation.md): Returns the current status and details of an existing consumer credit line application. Alternatively, you can subscribe to the webhook event to receive status updates on the application. ## Index all credit line applications - [GET /v1/persons/credit_line_applications](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.indexoperation.md): Returns an array of all credit line applications for all of your customers. ## Link a credit record to a consumer credit line application - [PUT /v1/persons/{person_id}/credit_line_applications/{application_id}/credit_record](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.linkcreditrecordoperation.md): Attaches a customer's credit record to their credit line application. A credit record is required for the credit scoring process. ## Link an account snapshot to a consumer credit line application - [PUT /v1/persons/{person_id}/credit_line_applications/{application_id}/account_snapshot](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.linkaccountsnapshotoperation.md): Links a customer account snapshot to their existing credit line application. You must add the in the request body. The credit scorer uses the account snapshot for the final verification check to verify the financial information shared about the customer. After the final verification is completed, the credit scorer gives the final decision on the credit line application. ## Link a customer identification to a credit line application - [PUT /v1/persons/{person_id}/credit_line_applications/{application_id}/identification](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.linkidentificationoperation.md): Links a customer identification resource to their credit line application. You must add the identification_id in the request body. To retrieve the identification ID, call the GET Retrieve consumer credit line application. It should be included in the payload as soon as the identification has been created for the customer. ## Authorize a credit Line - [PUT /v1/persons/{person_id}/credit_lines/{credit_line_id}/authorization](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.consumercreditlines.authorizeoperation.md): This endpoint enables an additional authorization flow from your side in specific use cases. After Solaris approves the credit line application, you can call this endpoint to authorize the credit line internally before it can be issued to the customer. ## Download the pre-contractual information for consumer credit line - [GET /v1/persons/{person_id}/credit_line_applications/{application_id}/pre_contract](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.downloadprecontractoperation.md): 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. ## Download the final contract for consumer credit line - [GET /v1/persons/{person_id}/credit_line_applications/{application_id}/contract](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.applications.downloadcontractoperation.md): Generates the final contract for a consumer credit line, which the customer must e-sign during the identification and e-signing process. ## Confirm sending the renewal notification to the customer - [PATCH /v1/persons/{person_id}/credit_lines/{credit_line_id}/renewal/customer_notified](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.consumercreditlines.renewals.customernotifiedoperation.md): (France only) Sends a confirmation to Solaris that you've sent the renewal notification to the customer. You have to add the exact date when the renewal notification was sent in the request body. ## Cancel a consumer credit line renewal - [POST /v1/persons/{person_id}/credit_lines/{credit_line_id}/renewal/cancel](https://docs.solarisgroup.com/api-reference/lending/splitpay/consumer-credit-line/consumercreditlineweb.v1.consumercreditlines.renewals.canceloperation.md): (France only) Cancels the renewal of an existing credit line after receiving a renewal notification. Call this endpoint if the customer doesn't wish to renew the credit line.