This documentation is created for Cardtonic Business Users Cardtonic
{
"documents": [
"https://staging.assets.cardtonic.com/64231c00502d07e517bee958/_XsJJHGdVrMzUj7zdvj1h.jpeg"
],
"shareHoldersInfo": [
{
"firstName": "Firstname",
"lastName": "lastName",
"email": "test@example.com",
"phoneNumber": "+2348000000000",
"id": "https://staging.assets.cardtonic.com/64231c00502d07e517bee958/_XsJJHGdVrMzUj7zdvj1h.jpeg"
}
]
}
curl --location --request POST 'https://api.cardtonic.com/v1/users/kyc/verify-kyc' \
--header 'X-Tonic-Env: development' \
--header 'Content-Type: application/json' \
--data-raw '{
"documents": [
"https://staging.assets.cardtonic.com/64231c00502d07e517bee958/_XsJJHGdVrMzUj7zdvj1h.jpeg"
],
"shareHoldersInfo": [
{
"firstName": "Firstname",
"lastName": "lastName",
"email": "test@example.com",
"phoneNumber": "+2348000000000",
"id": "https://staging.assets.cardtonic.com/64231c00502d07e517bee958/_XsJJHGdVrMzUj7zdvj1h.jpeg"
}
]
}'
{
"message": "your verification request is received and pending approval",
"success": true,
"data": {},
"meta": {
"settings": null
}
}