# Freelancer Credit Line ## Calculate anonymous installment plans for a given amount - [POST /v1/freelancers/anonymous_credit_line_installment_plans](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.creditlines.anonymousinstallmentplans.indexoperation.md): Generates an anonymous credit line installment plan for a specific amount, including the monthly installment amount, the loan duration, and the applicable interest rates, allowing potential customers to receive an initial offer before applying for a credit line. ## Create freelancer credit line application - [POST /v1/freelancers/persons/{person_id}/credit_line_applications](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.applications.createoperation.md): Creates a freelancer credit line application. The payload of this endpoint includes all the required financial information and account data about the customer, which the credit scorer uses to initiate a series of credit checks to determine the customer's credit risk and eligibility. ## Retrieve freelancer credit line application - [GET /v1/freelancers/persons/{person_id}/credit_line_applications/{application_id}](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.applications.showoperation.md): Returns the current status and details of an existing freelancer credit line application. ## Link credit record to freelancer credit line application - [PUT /v1/freelancers/persons/{person_id}/credit_line_applications/{application_id}/credit_record](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.applications.linkcreditrecordoperation.md): Links a freelancer credit record to their existing credit line application. You have to add the unique ID of the credit record in the payload of this endpoint. ## Link account snapshot to freelancer credit line application - [PUT /v1/freelancers/persons/{person_id}/credit_line_applications/{application_id}/account_snapshot](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.applications.linkaccountsnapshotoperation.md): Links a freelancer account snapshot to their existing credit line application. You have to add the unique ID of the account snapshot in the payload of this endpoint. ## Set contract agreement date for a freelancer credit line application - [PUT /v1/freelancers/persons/{person_id}/credit_line_applications/{application_id}/contract_agreement](https://docs.solarisgroup.com/api-reference/lending/splitpay/freelancer-credit-line/freelancercreditlineweb.v1.applications.setcontractagreementoperation.md): Creates the credit line contract agreement. After a credit application passes the credit checks, call this endpoint and collect the customer's consent on the credit line contract and terms and conditions.