KYC requirements for all countries

We support the on-boarding of cardholders from multiple countries, below is the list of all the countries we support and what the identity object during cardholder registration should look like, but countries that are not listed should use the rest of the world payload below.

Angola

"identity": {
	"id_type": "Angola_NATIONAL_ID",
	"id_no": "",
	"id_image": "",
	"selfie_image": "",
	"back_id_image": "" //not required for passports
}

Ghana

"identity": {    
    "id_type": "GHANIAN_SSNIT" or "GHANIAN_VOTERS_ID" or "GHANIAN_DRIVERS_LICENSE" or "GHANIAN_INTERNATIONAL_PASSPORT" or "GHANIAN_GHANA_CARD", 
    "id_no": "32747711121",
    "id_image": "https://image.com",
    "selfie_image": "https://image.com"
 }

Kenya

Nigeria

South Africa

Uganda

Zambia

Zimbabwe

Rest of the World

Last updated