Using the Truecaller API you can verify the authenticity of a customer. It returns the customer's name, phone number, email, social media handles and organization as available on their Truecaller profile.
1 | resolve_phone_number(authorization, ...)
|
authorization |
set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY" |
... |
Body Params |
verification_type |
string. REQUIRED |
phone |
string. REQUIRED Customer phone number starting with country code (without the + prefix) |
callback_url |
string. REQUIRED Link on server to receive the truecaller details |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.