Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Direct debit modulus checking

Options
  • 13-04-2010 12:07pm
    #1
    Registered Users Posts: 3,146 ✭✭✭


    Has anyone managed to validate direct debits using javascript? I've searched high and low but can't find any code for the Irish banking system. Is it a case of 3rd parties owning proprietary code to do this or are there methods/code available?

    It is what it's.



Comments

  • Registered Users Posts: 40 Gybe


    Are you looking for the Luhn Algorithm? It's a simple Mod 10 check used as a verification method for most schemes.

    Check here. There's even a javascript implementation.


Advertisement