Bikram COD Order Verification for WooCommerce adds a simple, no-cost verification step to your store’s Cash on Delivery (COD) checkout flow. Before a customer can place a COD order, they must confirm a one-time password (OTP) sent to their email or phone number. This helps reduce fake orders, prank orders, and Return to Origin (RTO) losses that are especially common with COD in emerging markets.
wp_mail()) or SMS (via Twilio or your own custom HTTP API).This plugin can, depending on how you configure it, send data to external services in order to deliver the OTP code to your customers:
Email delivery uses your WordPress installation’s own wp_mail() function to send the OTP. No third-party service is contacted for this by default; delivery depends on your site’s own mail configuration (e.g. an SMTP plugin, if you use one).
SMS delivery (optional, only if you choose SMS as the verification method):
https://api.twilio.com) in order to deliver the SMS. This is only used when you have explicitly configured Twilio credentials in the plugin’s settings. See Twilio’s Terms of Service and Privacy Policy.No data is sent to any external service unless you actively choose and configure SMS as your verification method. If you use Email verification (the default), no third-party service is contacted by this plugin.