#armaan - hide PMs
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Not on the Payment Element directly. You should set them on the Payment Intent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types. And disable automatic payment methods: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Gotcha was hoping to avoid a backend call. That makes sense - thanks for your help!!
No problem!