🗒️
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
  • Step 1: Call Get User State to find out the first step
  • Step 2: Submit confirming rules
  • Submit confirm rules
  1. Onboarding

Confirm Rules

Step 1: Call Get User State to find out the first step

Once you have obtained the first authentication factor, you are able to call Get User State to find out the current User’s step (and user id - uid). Normally the first one is going to be CONFIRM_RULES.

Note: by the same request, you can already look up uid assigned to User.

Step 2: Submit confirming rules

So, at this step Client shall get User’s consent with

  • Privacy Notice (regarding what info is going to be collected and it’s intended usage)

  • Account Terms and Conditions (about User’s account and card issuance)

To submit, please call the API below. Additional authentication procedures are not required already.

Submit confirm rules

POST https://api.kavoon.io/api/client-info/save-rules-confirm

This method is used to sent User’s choice on if he agrees to rules of usage

Request Body

Name
Type
Description

clientId*

String

Uid. Can be retrieved from User State

step*

String

The current step e.g. "CONFIRM_RULES"

status*

String

"APPROVAL" or "DECLINE"

If successful, Get User State will navigate to ENTRY_DATASET step

PreviousPhone Number VerificationNextVerify Individual Client

Last updated 2 years ago