Bank Account » History » Version 3
prin methirattanasophon, 02/23/2026 06:18 AM
| 1 | 1 | prin methirattanasophon | # Bank Account |
|---|---|---|---|
| 2 | |||
| 3 | Description: This page lets users add a primary bank account and an optional secondary account, with localized bank options, validation, and saved progress prefill |
||
| 4 | |||
| 5 | 3 | prin methirattanasophon | Page Route: /authentication/signup/basicinfo |
| 6 | 1 | prin methirattanasophon | |
| 7 | Data Source: |
||
| 8 | 3 | prin methirattanasophon | - sessionStorage: register_id |
| 9 | 1 | prin methirattanasophon | - https://zvn-web-storage-dev.s3.ap-southeast-1.amazonaws.com/onboarding-web/constants/damas-banks.json |
| 10 | 2 | prin methirattanasophon | |
| 11 | Fields Requirements |
||
| 12 | |||
| 13 | |field|type|description|mandatory| |
||
| 14 | |:--|:--|:--|:--| |
||
| 15 | |bank name|dropdown|value of bank_name|Y| |
||
| 16 | |account number|number|bank account number. minimum 10 digits|Y| |
||
| 17 | 3 | prin methirattanasophon | |button|radio|"Use" \| "Don't use" second bank form|Y| |
| 18 | 2 | prin methirattanasophon | |second bank name|dropdown||N| |
| 19 | |second account number|number|bank account number. minimum 10 digits|N| |