iban Questions

8

Solved

As designing a new platform we tried to integrate the IBAN numbers. We have to make sure that the IBAN is validated and the IBAN stored to the database is always correct. So what would be a proper ...
Feasible asked 7/1, 2014 at 22:31

12

I need to do an IBAN validation check using JavaScript. The rules I need to follow are: Validating the IBAN An IBAN is validated by converting it into an integer and performing a basic mod-97 opera...
Montsaintmichel asked 21/2, 2014 at 7:32

8

Solved

I wrote a regex for php function pregmatch which is like this: ^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$^ Now I need to check the consistency of an BIC string. Something is...
Synodic asked 10/4, 2013 at 7:51

4

Solved

I want to extract IBAN numbers from text with Python. The challenge here is, that the IBAN itself can be written in so many ways with spaces bewteen the numbers, that I find it difficult to transla...
Bookrack asked 15/1, 2021 at 11:9

10

Solved

Is there any existing library or script I can use to generate the BIC code from an IBAN bank account number (and other necessary information)? I've searched the web, but found only IBAN generators....
Griffen asked 30/10, 2012 at 8:41

4

Solved

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...
Ectopia asked 18/10, 2011 at 13:23

7

I need to check an input field for a German IBAN. The user should be allowed to leave in white spaces and input should be validated to have a starting DE and then exact 20 characters numbers and le...
Kalidasa asked 5/5, 2014 at 11:42

1

I tried to implement the Stripe IBAN element, descriped right here: https://stripe.com/docs/stripe-js/elements/iban I used the exact same code, change the api key, but I keep getting this error 'T...
Merilyn asked 31/8, 2018 at 11:35

1

Solved

In my past research, I found these questions which were not answered to my liking: Generate BIC from IBAN bank account number How to convert BIC & IBAN to account and sortcode The 1st answe...
Penelope asked 17/1, 2019 at 6:57

4

Solved

I am writing an algorithm to validate IBAN (International Bank Account Number) in Swift 3 and not able to figure one of the validation. Example IBAN - BE68539007547034 Here are the rules to valid...
Confucianism asked 5/5, 2017 at 11:35

4

Help me please to design Regex that will match all IBANs with all possible whitespaces. Because I've found that one, but it does not work with whitespaces. [a-zA-Z]{2}[0-9]{2}[a-zA-Z0-9]{4}[...
Os asked 20/6, 2017 at 14:45

4

Now that SEPA requirements are getting people used to BIC & IBAN, there are legacy system that cannot cope with this new data. Is there an algorithm or tool available for converting BIC & I...
Mulcahy asked 23/1, 2014 at 9:7

1

Solved

we would like to use a banking API to do SEPA transfers from our bank account to the user's bank account. For that the user needs to enter his IBAN and BIC into the form. We take those data (SSL se...
Wheat asked 25/11, 2016 at 7:5

4

I have the german "Bankleitzahl" and the account number, now I would like to calculate the corresponding IBAN with javascript, so I don't have to enter my banking-data on an untrustworthy website. ...
Alderman asked 19/6, 2013 at 17:6

1

Solved

Today I had to copy a bank account number from a real (dead tree) letter to an Emacs buffer and then send it by email. And I made a mistake while copying it from the letter to the Emacs buffer (for...
Echinate asked 9/5, 2012 at 16:58
1

© 2022 - 2024 — McMap. All rights reserved.