Create a LOC application
Create a LOC application
POST
https://sandbox-api.stilt.com/v1/users/{user_id}/loc/applications
Returns the loc application object if successful. Returns an error if create parameters are invalid (e.g. omitting amount).
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
Request Body
Name | Type | Description |
---|---|---|
decision | enum | The decision of the LOC application. If using Onbo's decisioning engine, omit this field.
Possible values: |
reasons | String | A list of reasons for rejecting a LOC application, which is required when A |
amount* | float | The principal amount of the LOC application, in USD |
offers | array | A list of objects, where each object represents the terms of a LOC offer.
An offer is structured as follows:
|
Last updated