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

Consent for Marketing

This stage is triggered by step: CUSTOMER_OFFERS

Its purpose is getting User’s consent to receive marketing communications from Kavoon via email.

User may approve or decline, and his decision shall be submitted to respective API. The request sample:

{
   "clientId":100500,
   "step":"CUSTOMER_OFFERS",
   "status":"APPROVAL",
}

It’s worthy of note that if User is about to switch on/off marketing communications after the onboarding flow, Client shall call another API (see below).

On/Off marketing communications

POST https://api.kavoon.io/api/client-info/allow-marketing

Request Body

Name
Type
Description

optInMarketingOffers*

Boolean

Consent/refusal to receive marketing communications: true/false

{
 "result":{}
}
PreviousCredit Limit IncreaseNextVerify Selfie Liveness

Last updated 2 years ago