Live Examples/转账确认
1 阅读需1分钟
转账确认
Verify user identity before executing any financial transfer
Overview
When the "Transfer Money" button is pressed, the system requests additional confirmation via ReOTP to prevent fraud.
Implementation Steps
1. /transfer page: Recipient field + amount + "Transfer" button.
2. Call /api/verify/init with meta: { transferId }.
3. Upon VERIFIED: Execute transfer + log in transactions.
UI/UX Guidelines
- Red/gold colors for warnings.
- Confirmation modal before transfer.
交互式演示环境
WhatsApp 连接平台
转账确认form • 1/3
Confirm Transfer
When clicking 'Transfer Funds', the system requests ReOTP confirmation to prevent fraud.