Create a Loan application
Create a Loan application
POST
https://sandbox-api.stilt.com/v1/users/{user_id}/loans/applications
Returns the loan application object if successful. Returns an error if create parameters are invalid (e.g. omitting amount).
Path Parameters
user_id*
string
The uuid of the user
Request Body
decision
enum
The decision of the loan application. If using Onbo's decisioning engine, omit this field.
Possible values: approved
, rejected
reasons
String
A list of reasons for rejecting a loan application, which is required when decision
is set to rejected
.
amount*
float
The principal amount of the Loan application, in USD
offers
array
Last updated