#slowgen-automatic-payment-methods
1 messages · Page 1 of 1 (latest)
@placid frost are you using Checkout or creating a PaymentIntent directly?
If the latter you have to enable automatic payment methods: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled
Using payment element
okay then the link above is what you want
All I am using is cards, apple pay, google pay do I still need to do this?
Will it be deprecated at some point in the future
not really you don't need to do anything else and you can ignore the email
they are just encouraging you to adopt more payment methods since it increases conversion/revenue for you
but you're fine to stick with cards only (which includes Apple Pay and Google Pay)
Thanks, if I did add it on, it says that it's an associative array should it look something like this automatic_payment_methods => ["enabled"] or automatic_payment_methods => ["enabled" => true]
the second one
Cheers! Have a great evening