POST
/
applications
/
{application_id}
/
reject

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

application_id
string
required

Body

application/json
rejection_reason
enum<string>
required
Available options:
income_too_low,
bank_balance_too_low,
income_unpredictable,
user_account_duplicate,
sdb_check_failed,
bank_account_linking_error,
mla_failed,
iddoc_failed,
no_checking_or_savings_data,
insufficient_bank_history,
loan_location_no_license,
address_invalid,
income_verification_failed,
stacking_behavior,
ssn_verification_failed,
too_many_nsfs,
fraud_risk_too_high,
bankruptcy,
processor_suspended,
cash_flow_verification_failed

Response

200 - application/json
status
enum<string>
required
Available options:
pending,
approved,
accepted,
rejected,
expired
borrower_id
string

The borrower_id of the borrower the application belongs to

created_on
string

Timestamp the application object is created on

credit_type
enum<string>

The type of credit product.

Available options:
installment_loan,
revolving_line_of_credit,
closed_line_of_credit
decisioned_on
string

Timestamp when the application is either approved or rejected on

id
string
offer
object

If the application is approved, an object containing the credit offer details

rejection_reasons
enum<string>[]

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

Available options:
income_too_low,
bank_balance_too_low,
income_unpredictable,
user_account_duplicate,
sdb_check_failed,
bank_account_linking_error,
mla_failed,
iddoc_failed,
no_checking_or_savings_data,
insufficient_bank_history,
loan_location_no_license,
address_invalid,
income_verification_failed,
stacking_behavior,
ssn_verification_failed,
too_many_nsfs,
fraud_risk_too_high,
bankruptcy,
processor_suspended,
cash_flow_verification_failed
requested_amount
integer

If the borrower requests an amount in their application, the requested loan or credit line amount in cents (e.g. 500000 for $5,000)