Secure one-time password authentication via WhatsApp
use CrunchzApp\CrunchzApp; CrunchzApp::otp('code') ->contact('xxx@c.us') ->send();
use CrunchzApp\CrunchzApp; CrunchzApp::otp('code') ->contact('xxx@c.us') ->validate('M9TQ');
User Registration
Secure Login
Transaction Verification
{ "success": false, "message": "Invalid OTP code", "error_code": "OTP_INVALID" }
Was this page helpful?