#jessy-extracadabra_error
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jessy-extracadabra_error, 4 days ago, 16 messages
- jessy-extracadabra_error, 5 days ago, 9 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1264874629961613312
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
the problem is explained in the error.message "The BIC for the provided IBAN cannot be found"
Sorry, the error message is not relevant
this means that we tried to find the BIC for the provided IBAN and we couldn't find it
which usually means that your customer didn't provide a correct IBAN
hum i don't understand the IBAN is valid,
this function confirmSepaDebitSetup does not control the BIC ?
how can you be sure?
the stripe element type "iban" does not return any error
that doesn't mean it's a valid IBAN with a valid bank
I'm not sure I understand
sorry
if the Stripe Element does not control, the bank, how to know if the bank is valid ?
when the payment method is created
humm, ok and there is a list of invalid bank ?
I'm not sure we're on the same page here
I'm not saying that we have a list on "unsupported" banks
I'm saying that the IBAN provided is wrong and thus it's not linked to a SEPA bank with a BIC
So, if I understand, there is some IBAN not linked with a SEPA bank with BIC and stripe element does not detect that ? we can see this problem when the payment method is created ?
no I really think it's just a customer mistake
they either had a typo
or they were trying to test a random IBAN
I tried the iban, the stripe element mark as good, ๐ค
the element just does a basic format check, not an online check of the details, so this is all normal really
and there is way to know, if the Iban is valid before, the payment method creation ?
no