#ravenheartz_cartesbancaires

1 messages ยท Page 1 of 1 (latest)

midnight yarrowBOT
#

๐Ÿ‘‹ 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. Thank you for your patience!

โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

๐Ÿ”— 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/1213154882744356875

๐Ÿ“ Have more to share? You can add more detail below, including code, screenshots, videos, etc.

patent scrollBOT
solar dawn
#

hi! Can you delete this? I will change the content

restive beacon
#

Hi ๐Ÿ‘‹ you can put the revised content in the thread.

solar dawn
#

sorry, I don't want to share a part of it. So I need for this to be deleted

restive beacon
#

There is nothing sensitive in there, I don't see any need to delete anything.

solar dawn
#

ok, I will leave it that way then

#

can you help me with this issue?

restive beacon
#

Can you elaborate on the issue?

solar dawn
#

the card brand dropdown is always disabled

#

I tried to make it work with countless versions of the libraries

#

using PaymentElement or the separate fields

restive beacon
#

How are you testing that, are you using one of the test cards that supports and emulates a cobranded card?

solar dawn
#

Cartes Bancaires is enabled in the dashboard

#

yes, I am

restive beacon
#

Do you have a publicly accessible test site where I can see what the behavior you're describing?

solar dawn
#

I will setup one in a minute ๐Ÿ‘€

restive beacon
solar dawn
#

oh, maybe that's the issue. Let me double check my test account

#

hum, changed my test account country to Germany

#

still not working ๐Ÿค”

#

acct_1OUwb6GwEEw4tjx0 (if this is sensitive, I can delete it, but it is a test account)

#

the brand selection is always disabled

restive beacon
#

Sorry, but this doesn't tell me much. Initially you provided code for a Payment Element, then linked to a doc about integrating with the Card Element. This leaves me unsure what integration you're trying to build, or what you're doing to see the behavior being described. I will either need substanially more context, or a test site where I can see what you're trying to describe.

solar dawn
#

I am double checking if I can share my test site. I will do once I get approval

#

anyway, I am trying all of the available integrations (that's why it is confusing)

#

just to see if any of them works with this feature

#

we can focus on Payment Element, since that's what we are using today (I it would be bad to move away from it)

#

what kind of questions would you have? No sure what more context I can provide

restive beacon
solar dawn
#

I had it enabled previously, but my account was set to the US. Had to enable it again. But still not working

#

let me try to change it to France, since it mentions France there

restive beacon
#

I'm diving into my test flows on the side to see what I see

solar dawn
#

ohh, so with France it worked!

#

both integrations: PaymentElement and separated elements (CardNumberElement, etc)

restive beacon
solar dawn
#

yeah, that's weird. Is there a way to double check the list of supported countries so I can let everyone know here?

restive beacon
#

This is getting more into regional availability, which is something my team and I are less familiar with, so this may need to go to our Support team. Still looking though.

solar dawn
#

I understand. Thank you so much anyway. If you have any news about it, let me know ๐Ÿ‘

restive beacon
#

I came across this line, which I haven't noticed before:

If your business isnโ€™t based in France, Cartes Bancaires wonโ€™t be fully enabled until your account has processed 50 EUR from Cartes Bancaires eligible cards.
https://docs.stripe.com/payments/cartes-bancaires#:~:text=If your business isnโ€™t based in France%2C Cartes Bancaires wonโ€™t be fully enabled until your account has processed 50 EUR from Cartes Bancaires eligible cards

It looks like it could be part of what's going on since you see CB immediately with a FR account, but you don't see it for non-FR accounts.

patent scrollBOT
solar dawn
#

oh, yeah. It makes sense

restive beacon
#

My suspicion is that limitation is kicking in, and I would recommend trying to process a CB card over the non-CB network in testmode for at least 50 euros. Let that settle, and then see if you begin seeing CB. If that doesn't do the trick, then I would recommend following up with our Support team to confirm when CB becomes available:
https://support.stripe.com/?contact=true

solar dawn
#

hum, just spent 50 EUR and it still does not show up for Germany

#

do you have a test card specific for Cartes Bancaires? (not co-branded)

#

I believe the issue could be that the co-branded ones I am using are selecting Visa by default

#

if not, I may need to force the brand

bitter dune
#

๐Ÿ‘‹ hopping in here since toby had to head out

solar dawn
#

hi Karbi

#

I just tried to force the network to cartes_bancaires but it still selects visa

#
        defaultValues: {
            card: {
                network: ['cartes_bancaires'],
            }
        }
bitter dune
#

Unfortunately we don't have any Cartes bancaires test cards that aren't cobranded, so it's likely that you still haven't met the 50 euro requirement that toby link you to earlier

#

Have you written into support yet? They'll know more about the best way to meet that specific requirement

midnight yarrowBOT
#

ravenheartz_cartesbancaires

solar dawn
#

not yet. I was just trying to test so we could be sure

#

do you know the best way to force the brand like above?

bitter dune
#

I assume that default only kicks in on an accuont that's fully enabled to use cartes bancaires (as in the dropdown appears) so setting a default wouldn't work for your DE account yet. Have you tried it on your french account?

solar dawn
#

not yet. I will try now and let you know

#

did not work

#

tried:

  • set the account to France
  • enabled cartes bancaires
  • purchased 60 EUR with cartes bancaires
  • switched the account to Germany
  • re-enabled cartes bancaires
#

the card brand choice does not appear after that. And the card brand is still forced as sent above

bitter dune
#

The card brand choice doesn't appear on your french account at all?

#

Also, why are you switching your account country?

solar dawn
#

it works with a French account

#

I am switching just to test the availability in other countries

#

CB should work with any EEA country if I have at least 50 EUR in purchases, but it is not

bitter dune
#

Yeah as we said before you need to be talking to support to get some more clarity on that requirement