IBAN validation #26

Closed
opened 2026-04-07 11:14:59 +02:00 by shahondin1624 · 0 comments
Owner

IBAN checksum + country format validation.

Requirements

  • Validate IBAN using MOD-97 checksum algorithm
  • Validate country-specific format (length, structure)
  • Support at minimum DE (Germany) IBANs, ideally all European IBANs
  • Clear error messages for invalid IBANs
  • Backend validation in PHP (used by FamilyService and MemberService)
  • Can be a shared utility/trait

Part of Epic #1.

IBAN checksum + country format validation. ### Requirements - Validate IBAN using MOD-97 checksum algorithm - Validate country-specific format (length, structure) - Support at minimum DE (Germany) IBANs, ideally all European IBANs - Clear error messages for invalid IBANs - Backend validation in PHP (used by FamilyService and MemberService) - Can be a shared utility/trait Part of Epic #1.
shahondin1624 added this to the M1: Foundation milestone 2026-04-07 11:14:59 +02:00
shahondin1624 added the backendpriority:medium labels 2026-04-07 11:14:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shahondin1624/Mitgliederverwaltung#26