Use Cases/Money Transfer Confirmation
1 min read
Money Transfer Confirmation
Verify user identity before executing any money transfer
Overview
When clicking 'Transfer Money', the system requires ReOTP confirmation to prevent fraud.
Implementation
1. /transfer page: recipient + amount + "Transfer" button.
2. Call /api/verify/init with meta: { transferId }.
3. On VERIFIED: execute transfer + log in transactions table.
UI/UX Guidelines
- Red/gold accents for warnings.
- Confirmation modal before transfer.
Interactive Playground
WhatsApp Linking Platform
Money Transfer Confirmationform • 1/3
Confirm Transfer
When clicking 'Transfer Money', the system requires ReOTP confirmation to prevent fraud.