Skip to Content

IBAN

The iban preset formats International Bank Account Numbers. It groups the characters for better readability and validation.

Raw Value
Display Value TR
import { useViraMask } from '@virastack/input-mask'; import { useForm } from 'react-hook-form'; const form = useForm({ defaultValues: { iban: '' } }); const { iban } = useViraMask({ form, schema: { iban: 'iban' }, }); <input {...iban} />

© 2026 ViraStack. MIT License.