# Create a consumer loan Creates a loan and issues the loan payout to the customer's specified IBAN. The of the consumer loan application will change to after calling this endpoint. Endpoint: PUT /v1/persons/{person_id}/consumer_loan_applications/{application_id}/consumer_loan Version: 1.0 ## Path parameters: - `person_id` (string, required) The of the customer to whom the loan should be paid out. - `application_id` (string, required) The unique ID of the customer's loan application. ## Response 202 fields (application/json): - `id` (string, required) The unique ID of the loan. Example: "6c8b5faf3c2d4a5682c5c80ef7382387cloa"