#MadMac
1 messages · Page 1 of 1 (latest)
If you're talking about pre-filled the payment methods in Checkout Session, the payment method saved should collect valid billing address, billing name and billing email [0].
- Is there any plan to make these payment methods compatible with Stripe Checkout or Stripe Payment Links?
If the payment methods are saved via Checkout Session, it'll be available in the next Checkout Session when same customer is set: https://www.youtube.com/watch?v=HrqSXUzW7_w
However, if the payment method is saved from different flows, the requirements of information collection will be different that might not be compatible with Checkout Session or Payment Links.
- Is there any way to tell how the difference between a payment method created by Stripe Checkout vs Stripe Elements
I'm afraid this is not possible.
- What do you recommend in my situation now and as I am futureproofing my platform?
Since valid billing address, billing name and billing email are required to pre-fill the payment method in Checkout Session, your Payment Element integration should ensure these three information are collected.
[0] https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
-
That is a shame. Any ideas how I can direct my existing customers with payment methods to the correct payment flow. e.g. the hybrid mobile app with Stripe elements vs the web with checkout so they don't have to enter payment details again?
-
Since I don't collect billing address and billing name in my Stripe Elements is this why the saved payment mehtods are not compatible with Stripe Checkout or is just simply never compatible?
- That is a shame. Any ideas how I can direct my existing customers with payment methods to the correct payment flow. e.g. the hybrid mobile app with Stripe elements vs the web with checkout so they don't have to enter payment details again?
This is not possible at the moment unless billing address, billing name and billing email are collected in Elements flow.
- Since I don't collect billing address and billing name in my Stripe Elements is this why the saved payment mehtods are not compatible with Stripe Checkout or is just simply never compatible?
The payment method is not shown in Checkout Session is because those information aren't collected. If these information is collected, the payment method should be shown in Checkout Session. I'd recommend trying it out in test mode.
Awesome, thanks for that. I will give a try at collecting that information and hopefully the payment methods will work with Checkout!