#shabareesh
1 messages ยท Page 1 of 1 (latest)
Are you using automatic payment methods? If so, you can instead specify the payment method types when you create the payment intent:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How do I pass this with PaymentElements?
Hi there ๐ taking over for @fossil patio
Here's the quickstart for the Payment Element: https://stripe.com/docs/payments/quickstart
You pass the payment method types when you create the Payment Intent, as mentioned above