#Checkout-supported-payment-methods
1 messages · Page 1 of 1 (latest)
Hiya Hanzo! Thanks!
I think Checkout does support the same payment methods
There's a list here you can refer to
https://stripe.com/docs/payments/dashboard-payment-methods#testing
Does Checkout support more than the PaymentElement when using it with Subscription? I'm trying to determine whether the PaymentElement or the prebuilt Checkout is right for my company to use since we're trying to extend the amount of payment methods we're allowing our users to use to subscribe to our service.
I don't believe we have any public docs on this but personally I'd recommend going with Checkout. Simpler to integrate as well as if there's a new payment method added in future, it'll update automatically without needing to change anything in your code.
Oh found it.
Here's an extensive list of supported payment methods across Stripe products
https://stripe.com/docs/payments/payment-methods/integration-options
Thanks! I had come across that doc earlier in the day but now that I took a look at it a second time, I think I read it incorrectly. If I'm understanding this list correctly, that means that using PaymentElement with Subscription supports Alipay correct?
yup that's correct
Perfect, thank you Hanzo!