🗒️
Documentation
  • Platform Overview
  • Get Started
    • Using Platform APIs
    • Lifecycle of the Client
    • Get Financial data
  • Onboarding
    • Onboarding Overview
    • Phone Number Verification
    • Confirm Rules
    • Verify Individual Client
    • Financial Questionnaire
    • Soft Check
    • Waiting
    • Soft Check Decisions
    • Signing Credit Agreement
    • Credit Limit Increase
    • Consent for Marketing
    • Verify Selfie Liveness
    • Verify Documents
    • Proof of Address
  • Payments
    • Send Faster Payment
    • Top-up an account
    • Variable Recurring Payments
  • Credit
    • Overview
  • Cards
    • Overview
  • Platform Communications
  • Back-office processes
  • Mobile SDK
    • Android SDK
    • iOS SDK
Powered by GitBook
On this page
  • What is soft check?
  • How to react?
  • Submit credit choice
  • Optional representative info
  1. Onboarding

Soft Check

What is soft check?

The goal of this stage is to get User’s permission to start soft credit search. This process is needed to check User’s credit eligibility. In other words, how likely he is to be approved for a credit, basing on his credit information. Soft check does not affect User’s credit score.

How to react?

Once step: CREDIT_OFFER, Client shall allow User to

  • get acquainted with Soft Check Terms and Conditions

  • agree to the terms and proceed

Any additional authentication is not required. The very fact of proceeding is sufficient for recognition User's consent.

For submitting and start the check, request the service below.

Submit credit choice

POST https://api.kavoon.io/api/client-info/save-limit/{step}/{status}

Path Parameters

Name
Type
Description

step*

String

Current step e.g. CREDIT_OFFER

status*

String

"APPROVAL" or "DECLINE"

Request Body

Name
Type
Description

step*

String

Current step e.g. CREDIT_OFFER

body*

String

"APPROVAL" or "DECLINE"

Optional representative info

At the current step, Client is also able to fetch User’s

  • assumed credit amount

  • representative APR

  • purchase rate

from stepExtras in Get User State and display this info to User.

PreviousFinancial QuestionnaireNextWaiting

Last updated 2 years ago