App Introduction
SMS verification is a method of two-factor authentication (2FA) that prevents spammers and fraudsters. FraudLabs Pro SMS Verification validates whether a buyer is the legitimate owner of a specified phone number via an SMS verification loop. First, our system sends an SMS containing a One-Time Password (OTP) to the provided mobile number. The buyer must enter the correct OTP to complete verification. It adds a checkpoint on the cart page to filter out uncommitted or fraudulent buyers, effectively verifying the buyer’s identity.
Core Functionality
- Verify customer identity – ensure customers own the phone number.
- Minimize payment fraud – prevent fraudsters from spoofing phone numbers.
- Pre-checkout verification – reduce order cancellations and refunds.
Merchant-Friendly
- Online Retail Merchants
- Cross-border E-commerce Merchants
- High-value Merchants
- Subscription Merchants
Basic Information
- Developer:Hexasoft Development
- Address:70-3-30A, D'Piazza Mall, Jalan Mahsuri, Bayan Baru, PNG, 11950, MY
- Price: Free / Free plan
- Rating:1 / 5
- Comment Count:2 comment
- Release Date:2017-10-25
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
免费
免费安装
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/customers/{customer_id}/verify_phone.json
- GET /admin/api/customers/{customer_id}/phone_verification_status.json
- PUT /admin/api/customers/{customer_id}/phone_verification.json
Permission:read_customers,write_customers,manage_shop
- POST /admin/api/orders/{order_id}/fraud_check.json
- GET /admin/api/orders/{order_id}/fraud_risk.json
- PUT /admin/api/shop/payment_fraud_rules.json
Permission:read_orders,write_orders,manage_payments
- POST /admin/api/checkouts/{checkout_id}/verify_phone.json
- GET /admin/api/checkouts/{checkout_id}/verification_status.json
- PUT /admin/api/shop/checkout_verification_settings.json
Permission:read_checkouts,write_checkouts,manage_shop