Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
Available options:
pending
, approved
, accepted
, rejected
, expired
The borrower_id
of the borrower the application belongs to
Timestamp the application object is created on
The type of credit product.
Available options:
installment_loan
, revolving_line_of_credit
, closed_line_of_credit
Timestamp when the application is either approved or rejected on
If the application is approved, an object containing the credit offer details
If the application is rejected, a list containing 1-4 rejection reason(s). The Rejection Reasons endpoint provides a list of valid reasons and descriptors
If the borrower requests an amount in their application, the requested loan or credit line amount in cents (e.g. 500000 for $5,000)