Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
7answers
5k views

US Bank Routing Number and BIC/SWIFT

I've been having a hard time finding more information to this question, and since this site is visited by a lot of people from the United States, you guys might know/find the answer more easily. ...
2
votes
2answers
169 views

Validate IBAN using XSLT 2.0?

is it possible to write an XSLT function which can do the basic IBAN Mod-97 check? From Wikipedia: 1. Move the four initial characters to the end of the string. 2. Replace each letter in the string ...
1
vote
4answers
2k views

Algorithm to add two digits to the end of a number to calculate a specific modulus?

So, lets say I have a number 123456. 123456 % 97 = 72. How can I determine what two digits need to be added to the end of 123456 such that the new number % 97 = 1? Note--it must always be two ...
0
votes
0answers
68 views

Validate IBAN in PL/SQL [closed]

Possible Duplicate: Validating IBAN in PL/SQL I need to have a ready made oracle function to validate an IBAN. I want to pass the IBAN to the function and the result should be printed ...
0
votes
0answers
82 views

itunes connect invalid IBAN

When trying to setup my banking details for iTunes Connect, I keep getting the useful error message, Please enter a valid IBAN. My IBAN is valid. I have checked it on another website and it ...
0
votes
1answer
149 views

Validating IBAN in PL/SQL

I'm trying to find some ready-to-use code (yes, I mean teh codez) to validate an IBAN account number in PL/SQL. Does anyone know about some samples? I think someone should have already implemented ...