Add Payment Method
Inline - Field Level Validations
This document provides a detailed reference for validation rules and error messages related to adding a payment method in the Convenient Checkout UI. It covers field-level validations and the corresponding error messages to help ensure proper input handling and user guidance.
- Bank Account
Field Name | Validation Rules | Error Messages |
---|---|---|
Name on Account | 1. This field is required. 2. Must contain only alphabets and special characters. | 1. Name on account is required. 2. Name on account is invalid. Please make sure name field includes alphabet and special characters only. |
Routing Number | 1. This field is required. 2. Must be 9 characters long. 3. Must only have numerical values. | 1. Routing number is required. 2. Routing number is incomplete. 3. Enter a valid routing number. |
Account Number | 1. This field is required. 2. Must only have numerical values. 3. Account number must be between 6 and 17 digits. | 1. Account number is required. 2. Enter a valid account number. 3. Account number must be between 6 and 17 digits. |
Nickname | 1. Must only contain alphanumeric characters and spaces, and must not exceed 30 characters. 2. Must not contain the account number. | 1. Enter a valid bank account nickname. 2. Please make sure that the nickname field doesn't contain a bank account number. |