#adrienb_api

1 messages ¡ Page 1 of 1 (latest)

round basaltBOT
#

👋 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/1288052809526411305

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

formal sluice
#

hi! hmm, I don't think you can and you don't have to? The browser/Apple/Google's popup UIs handle it.

orchid bison
#

Hello ! Thank you.
On our current Apple Pay payments, we only have Visa or Mastercard networks. We would like to specify Stripe to use the cartes_bancaires network when possible, as it is cheaper.

formal sluice
#

AFAIK we default to CB for the same reason

#

I'm not aware of any configuration you can do as a developer when using the PaymentRequestButton for this

orchid bison
#

Ok ! thank you

harsh yew
#

Collect payment and address information from customers who use Apple Pay, Google Pay, or Link.

#

but there's no way for your customer to choose whether they want to process using the cartes_bancaires network

orchid bison
#

thank you, what if we pass cartes_bancaires network but this network is not available for the current apple pay card ? Is there an automatic switch to Visa or Mastercard ?

harsh yew
#

I think it's possible to see which available network are possible for each payment method

orchid bison
#

ok so we need to get the apple pay PaymentMethod before processing the PaymentIntent

#

thank you

harsh yew
#

for GooglePay I'm not a 100% sure

#

checking for you

orchid bison
#

thanks