KYC Requirements

KYC requirements details

This endpoint returns required KYC requirements details specific to the country.

circle-info

  • Date of Birth (DOB) sent as YYYY-MM-DD format.

  • type is the identity type of document, to be sent in KYC endpoints as per the requirements.

    Below is documents key from the json response:

    "documents": {
        "1": { // type of the id, to be sent in request body
                    "idName": "National ID ",
                    "files": [
                        "idFront1.jpg",
                        "idBack1.jpg",
                        "selfie.jpg"
                    ]
                },
                "3": { // type of the id, to be sent in request body
                    "idName": "Passport",
                    "files": [
                        "passportFront.jpg",
                        "passportBack.jpg",
                        "selfie.jpg"
                    ]
                },
                "4": { // type of the id, to be sent in request body
                    "idName": "Driving License",
                    "files": [
                        "drivingLicenseFront.jpg",
                        "drivingLicenseBack.jpg",
                        "selfie.jpg"
                    ]
                }
            }

POST https://api.remitquickly.com/onramp/api/v2/whiteLabel/kyc/requirements

Query Parameters

Name
Type
Description

fiatType*

Integer

(3 -AED)

customerId*

String

customerId returned from /kyc/url

Last updated