Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 698 Bytes

File metadata and controls

18 lines (14 loc) · 698 Bytes

Iban

This constraint is used to ensure that a bank account number has the proper format of an International Bank Account Number (IBAN). IBAN is an internationally agreed means of identifying bank accounts across national borders with a reduced risk of propagating transcription errors.

Options

message

type: string default: This is not a valid International Bank Account Number (IBAN).
The default message supplied when the value does not pass the IBAN check.

Parameter Description
{{ value }} The current (invalid) value
trim

type: boolean default: true
Trim provided value.