hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

[FIX] address non-digit character cases in card number validation

Open Chethan-rao opened this issue 9 months ago • 0 comments

Enforce following validations on the card number -

  • non-digit characters in card number
  • invalid card number length
  • invalid card number (luhn failure)

If any of the above validation fails, raise an appropriate error.

Chethan-rao avatar May 15 '24 09:05 Chethan-rao