# Consumer fronting ## Create consumer fronting loan application - [POST /v1/consumers/persons/{person_id}/fronting_loan_applications](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.application.createoperation.md): Creates a consumer fronting loan application and assigns it to the person with the person_id specified in the request URL. 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 consumer fronting loan application - [GET /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.applications.showoperation.md): Returns the current status and details of an existing consumer fronting loan application. Alternatively, you can subscribe to the webhook event CONSUMER_FRONTING_APPLICATION to receive status updates on the application. ## Link an account snapshot to a consumer fronting loan application - [PUT /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}/account_snapshot](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.applications.linkaccountsnapshotoperation.md): Links a customer's account snapshot to their fronting loan application. You must include the account_snapshot_id in the payload of this endpoint. After the account snapshot is linked to the loan application, the application status transitions to scoring_pending. ## Link a customer identification origination to a consumer fronting loan application - [PUT /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}/identification](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.applications.linkidentificationoperation.md): Links the identification origination resource created for a customer to their fronting loan application. You must add the person_id and the application_id in the request URL and add the identification_origination_id in the request body. ## Trigger loan payout for a consumer fronting loan application - [POST /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}/payout](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.applications.payoutoperation.md): Triggers the loan payout process to the respective customer. You must add the settlement_account_iban in the request body, which is a Solaris account, from which the loan amount is transferred to the customer's account. ## Retrieve consumer fronting loan - [GET /v1/consumers/persons/{person_id}/fronting_loans/{loan_id}](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.loans.showoperation.md): Returns all the details and status of an existing consumer fronting loan assigned to the person with the given person_id in the request URL. ## Update a consumer fronting loan applications - [PATCH /v1/consumers/persons/{person_id}/fronting_loan_applications/{application_id}/recipient_account](https://docs.solarisgroup.com/api-reference/lending/fronting/consumer-fronting/frontingloansweb.v1.consumer.applications.updaterecipientaccountoperation.md)