How to validate phone numbers via a third party API?
-
Right now, I am working on a woocommerce store that uses the Woodmart theme. I installed the WordPress Optin Wheel plugin since the site owner desired a gamified way for store users to get a few coupons as presents and discounts. The wheel pops up after 3 seconds when the site is initiated and the user has to give a number before they spin the wheel. The problem is that the company needs to use an API or plugin that will be supplied by a third party in order to validate a collection of phone numbers that are stored in the database of another business.
I would like to know if it is possible to validate a phone number through an API from a separate database when the wheel pops up, and if yes, where and how do I make the necessary adjustments in the plugin’s source code?
Also, i am not very good at php adjustments so if there’s any other way to solve this particular requirement, i would appreciate the help!
- The topic ‘How to validate phone numbers via a third party API?’ is closed to new replies.