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

Proof of Address

This article describes the step ADDITIONAL_UPLOAD the goal of which is to get from User a document proving his address.

The step is triggered when two conditions are met:

  • step: ADDITIONAL_UPLOAD and

  • stepExtras: POA

Proof of address documents (so-called POA) can be, for example, a bank statement, a driver's license, etc.

User shall be able to upload one document only. He can upload either an image of the document or PDF file. The maximum file size is 10MB.

Submitting the document to the server

To upload the document for further validation use the respective API.

Pass in the type of a document you are going to upload. For instance, PASSPORT_FRONT_SIDE, DRIVER_LICENCE_FRONT_SIDE, BANK_STATEMENT, UTILITY_BILL etc.

In most cases User shall provide only the first page of a document but sometimes - 2 pages. For example, it regards to biometric residence permit ( BRP ). In this case you need to make 2 subsequent calls passing in BRP_FRONT_SIDE and BRP_BACK_SIDE one-by-one.

Once it is completed, Get User State will navigate back to the step:WAIT.

PreviousVerify DocumentsNextSend Faster Payment

Last updated 2 years ago