#aadit
1 messages · Page 1 of 1 (latest)
Hi there, there are two ways.
- (Recommended) enable automatic payment methods (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods) and control it through your Dashboard (https://dashboard.stripe.com/settings/payment_methods)
- set them through the
payment_method_types(https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.