Phone Number Basic
Verify South African Sim Cards
Our South African Sim Verification allows you verify the authenticity, security, and compliance of searched number with telecommunications network
To use this endpoint please provide User's national ID, first name, last name, email address, street address, city, post-code, country and phone number.
Test data
Post
https://api.prembly.com/identitypass/verification/sim/sim-verification
Headers
key | value | description |
---|---|---|
x-api-key | api-key | your api-key |
app-id | app-id | your ap-id |
Body
key | value | description |
---|---|---|
national_id_number | 2349012345678 | national id number |
first_name | john | your first name |
last_name | doe | your surname |
email_address | [email protected] | your email address |
street_address | no 1 lala street | your address |
city | city name | residing city |
post_code | 01011 | city post code |
country | south africa | country name |
phone_number | 2349012345678 | customer's phone number |
Response
{
"status":true,
"response_code":"00",
"detail":"Request successful",
"data":{
"first_name":"100% Match",
"last_name":"100% Match",
"phone_number":"100% Match",
"email_address":"100% Match",
"national_id_number":"-1% Match",
"street_address":"-1% Match",
"city":"23% Match",
"post_code":"100% Match",
"country":"96% Match",
"average":86.5
},
"verification":{
"reference":"138fc50d-b058-486b-b43c-50b9f596ff6a"
}
}
Updated 4 months ago