OTP SMS
Last updated
Last updated
Dear Client,
To ensure full integrity and data consistency in your OTP verification workflow, we strongly recommend integrating the OTP Backfill Interface alongside your API implementation. Below is the optimized integration logic:
1ļøā£ : Invoke the API to deliver SMS verification codes to end users. 2ļøā£ : Our system will automatically send delivery reports (DR) to your server once users submit verification codes. 3ļøā£ : āāø If the SMS provider fails to return final delivery statuses (e.g., due to network delays or asynchronous responses), this interface allows you to proactively submit confirmed delivery outcomes. āāø Recommended scenarios for triggering backfill: āā- No callback received within X minutes of sending an OTP āā- User explicitly reports not receiving the SMS āā- Internal monitoring detects delivery failures
Benefits of a three-interface integration: ā 100% status coverage: Eliminate blind spots in SMS delivery tracking ā Data accuracy: Prevent statistical discrepancies caused by missing DRs ā Seamless UX: Enable silent retries without user intervention