🗒️
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
  1. Onboarding

Financial Questionnaire

The goal of the step is to ask User about his financial situation: total monthly income, outgoings and expectations.

Thus, once the step is RISK_SHORT, Client shall gather Users answers to all of the following questions:

Question
Allowed answers

1

What is your total monthly income (before tax)?

10 numeric max

2

Monthly spending (including Mortgage/Rent, spending gas and electricity, spending people living with you depend on you financial)

10 numeric max

3

Do you expect your financial situation to change in the near future?

Yes, to improve

No, stay the same

Yes, to get worse

The gathered responses must be sent to the service below. If successful, the step will be completed.

Submit financial quiz answers

POST https://api.kavoon.io/client-info/save-short-risk-questionnaire

Request Body

Name
Type
Description

monthlyIncome*

String

Your total monthly income (before tax). 10 numeric max

monthlySpending*

String

Monthly spending

(including Mortgage/Rent, spending gas and electricity, spending people living with you depend on you financial). 10 numeric max

expectedFinancialSituation*

String

Do you expect your financial situation to change in the near future?

Possible values: "Yes, to improve", "No, stay the same", "Yes, to get worse"


{
  "result": {
    "userInfo": {
      "status": "REGISTER",
      "step": "CONFIRM_RULES",
      "stepExtras": {
           "address": {
             "building": "string",
             "flat": "string",
             "housing": "string",
             "street": "string",
             "town": "string"
      }
    }
  }
}

PreviousVerify Individual ClientNextSoft Check

Last updated 2 years ago