The Application API is used to collect applicants’ data used for the credit application decision process.
LINE_OF_CREDIT
, CHARGE_SECURED
, and CHARGE_UNSECURED
.
A credit application consists of a primary applicant, with an option to add one or more co-applicant(s), application status, the account type the application is associated with, and the purpose of this application, which ranges from account opening to account management post issuance. The Credit Application spec includes more standardized information on applicants to help fintechs record the lifecycle of a credit application from initial submission to the resulting outcome, and share it with their sponsoring bank. That includes if credit was extended or not; if extended credit was accepted or declined by the client; once extended, what data information is used for the decisioning process; and, if the application is declined, what adverse action reasons were sent.
The application processing is a multi-step process. The following diagram illustrates all the states the application could be in. Upon creation of the credit application, the status is APPLICATION_SUBMITTED
and can flow to other states as seen in the following diagram.
Once the application is in CREDIT_ACCEPTED_BY_CUSTOMER
state, a credit account is now allowed to be created.
If the application is in the CREDIT_DENIED
state, the fintech is required to provide an adverse action notice to the customer. This requirement is primarily for retail consumers, but may also be applicable to certain business customers. Please confirm with your sponsor bank’s compliance policy. This requirement is applicable for KYC failure, credit decision rejection, and incomplete application.
If credit scores were pulled and utilized for credit decisions during application, please follow the examples here to record the scores and link to the related applications.
POST /v1/applications
POST /v1/credit_scores
POST /v1/applications
PATCH /v1/applications/{APPLICATION_UUID}
PATCH /v1/applications/{APPLICATION_UUID}
POST /v1/adverse_actions
PATCH /v1/applications/{APPLICATION_UUID}