🗒️
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

Credit Limit Increase

This stage is triggered by step: CREDIT_INCREASE_PREFS

Kavoon can increase User's credit limit by itself. Therefore, there is a need to ask User to select the option on how to increase his credit limit:

  1. Increase the limit unless User says no

  2. Only increase the limit if User says yes

  3. Do not increase the limit automatically

User's answer shall be submitted to respective API.

If User chose

  • the 1st option, then pass in creditIncrease: ACCEPTED

  • if 2nd – CONFIRM

  • if 3rd – DECLINED

PreviousSigning Credit AgreementNextConsent for Marketing

Last updated 2 years ago