# 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 Demo Demo type: example Example ID: usecase-4 Title: Interactive Live Preview See the live demo at: https://reotp.com/fa/docs/usecase-4-money-transfer-confirm