Problem description
Currently many Apps provide a functionality to login using SMS OTP or Whatsapp OTP only and will also provide login functionality using number verify as an alternative to OTP. This feature enables great user experience for password less login.
Banking and Fintech Apps don’t use OTP as a login option only, but OTP based login in extremely common with many entertainment, shopping, convenience apps. For example: One can register to Tiktok/Netflix/Amazon today with just SMS OTP and nothing else is needed.
The current Number recycling API requires the Application to check if a number was recycled with a specified date. If a number is recycled after 1 year and the Application checks only for last 90 days or 120 days, this API will not give desired result. Application service provider may need to try this API with the longest possible number recycling duration to get the true result.
Possible evolution
Application can use a Number recycling subscription API at first time registration or login of a new user and subscribe for a number recycling notification. CSP will notify the application whenever the number is recycled or abandoned.
CSP would need to implement a notification mechanism towards API consumers whenever a number is recycled.
Advantage of Number recycling subscription API
There is no unnecessary API call per login request. This would reduce network traffic, cost for Application will have simplicity to use.
Application can deactivate and delete their Application user immediately if their number is recycled. This would help applications in getting right visibility why their users are not returning to their application.
Regulators can enforce usage of this API to prevent data breach.
Hence, I propose to introduce a new CAMARA API for number recycling subscription.
Problem description
Currently many Apps provide a functionality to login using SMS OTP or Whatsapp OTP only and will also provide login functionality using number verify as an alternative to OTP. This feature enables great user experience for password less login.
Banking and Fintech Apps don’t use OTP as a login option only, but OTP based login in extremely common with many entertainment, shopping, convenience apps. For example: One can register to Tiktok/Netflix/Amazon today with just SMS OTP and nothing else is needed.
The current Number recycling API requires the Application to check if a number was recycled with a specified date. If a number is recycled after 1 year and the Application checks only for last 90 days or 120 days, this API will not give desired result. Application service provider may need to try this API with the longest possible number recycling duration to get the true result.
Possible evolution
Application can use a Number recycling subscription API at first time registration or login of a new user and subscribe for a number recycling notification. CSP will notify the application whenever the number is recycled or abandoned.
CSP would need to implement a notification mechanism towards API consumers whenever a number is recycled.
Advantage of Number recycling subscription API
There is no unnecessary API call per login request. This would reduce network traffic, cost for Application will have simplicity to use.
Application can deactivate and delete their Application user immediately if their number is recycled. This would help applications in getting right visibility why their users are not returning to their application.
Regulators can enforce usage of this API to prevent data breach.
Hence, I propose to introduce a new CAMARA API for number recycling subscription.