AED account & payment data validation
The following validations are applied to data relating to AED accounts and payments.
Please note that field lengths are in bytes (UTF-8). Arabic and accented Latin characters are not accepted in any of the fields below. All allowed characters are single-byte, except the en dash (–) accepted in the payment beneficiary name.
Accounts
| Field | Minimum length (in bytes, UTF-8) | Maximum length (in bytes, UTF-8) | Allowed characters |
|---|---|---|---|
| Account name | 3 | 100 | a-z, A-Z, 0-9, /-?:().,'+, ASCII whitespace characters |
Payments
| Field | Minimum length (in bytes, UTF-8) | Maximum length (in bytes, UTF-8) | Allowed characters |
|---|---|---|---|
| Payment beneficiary name | 1 | 75 | a-z, A-Z, 0-9, /–?:-().,'+& , whitespace characters |
| Payment external reference | 1 | 100 | a-z, A-Z, 0-9, /-?:().,'+, ASCII whitespace characters |
Updated 11 days ago
Did this page help you?