For credit applications of type `consumer/commercial_bnpl`, the third party (i.e. merchant - "Acme Co.") is the person receiving the funds
Response
This endpoint returns an object.
statusenum
Show 6 enum values
idstringOptional
borrower_idstringOptional
The `borrower_id` of the borrower the application belongs to
created_ondatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Timestamp the application object is created on
credit_typeenumOptional
The type of credit product.
Show 11 enum values
decisioned_ondatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Timestamp when the application is either approved or rejected on
offerslist of objectsOptional
If the application is approved, an object containing the credit offer details
Show 3 variants
rejection_reasonslist of enumsOptional
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
Show 23 enum values
requested_amountintegerOptional
If the borrower requests an amount in their application, the requested loan or credit line amount in cents (e.g. 500000 for $5,000)