Activate a Loan
Activate a loan
PATCH
https://sandbox-api.stilt.com/v1/users/{user_id}/loans/{offer_id}
Returns the loan's status as active
on a successful call. Returns an error if parameters are invalid (e.g. if the document_id is expired).
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
offer_id* | string | The uuid of the loan offer |
Request Body
Name | Type | Description |
---|---|---|
document_uuid* | string | The uuid of the application's corresponding promissory note |
repayment_bank_info | object | An object containing the user's bank details for processing loan repayments, structured as follows:
|
status* | enum | The status of the loan.
Possible values: |
disbursement_bank_info | object | An object containing the user's bank details for processing the loan disbursement, structured as follows:
|
key_person_uuid | string | The uuid of the Required for commercial credit applications (should be omitted for any consumer credit applications) |
Last updated