#adrienb_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
hi! hmm, I don't think you can and you don't have to? The browser/Apple/Google's popup UIs handle it.
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.
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
Ok ! thank you
@orchid bison I think it's possible to do so by passing the network when confirming the card payment (https://docs.stripe.com/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-data-payment_method_options-card-network) as explained in this step https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html&testing=apple-pay#complete-payment
but there's no way for your customer to choose whether they want to process using the cartes_bancaires network
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 ?
I think it's possible to see which available network are possible for each payment method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok so we need to get the apple pay PaymentMethod before processing the PaymentIntent
thank you
for Apple Pay I think it's possible to choose
https://docs.stripe.com/apple-pay/cartes-bancaires#:~:text=Stripe automatically supports Cartes Bancaires on Apple Pay using the following Elements%3A
for GooglePay I'm not a 100% sure
checking for you
thanks