Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 41x 41x 41x | export const ONB_BA_DOCUMENTS = {
name_input: "Business Name on Account",
step_2: {
title: "Add bank account statement.",
list: [
"Bank name",
"Recent statement date",
"Last 4 digits of the account number",
"Business or individual name associated to the business TIN#",
],
info: "Important: The bank statement must include following details.",
},
step_3: {
cta: "Scan the QR code with your smartphone and capture the photo.",
title: "Step 3) Confirm Access to Bank Account",
list: [
"Bank name",
"Last 4 digits of the account number",
"Website URL visible in the browser",
],
info: "Important: To confirm access to your business bank account, please use your handheld device to take a clear photo of your online banking portal showing the following details:",
},
};
export const REBRANDED_BA_TITLES = {
step_1: "Step 1) Add Bank Account",
step_2: "Step 2) Add Bank Account Statement",
step_3: "Step 3) Confirm Access to Bank Account",
};
export const REBRANDED_UPLOAD_BA_TITLES = {
step_1: "Step 1) Add Bank Account Statement",
step_2: "Step 2) Confirm Access to Bank Account",
};
|