#rohitbhargav
1 messages · Page 1 of 1 (latest)
Hello, how can i enable country specific payment methods while using create paymentintent api call
We recommend to use the default PaymentMethods from Dashboard, but if you want to explicitly specify it, you can specify in 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 to give default payment methods and will that be country specific
Use this parameter, set enabled = true: 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.
okay
can you tell me the difference between Your connected accounts payment methods and your account payment methods
They are different Stripe Accounts. Each Stripe Account has different set of enabled payment methods
for example you could accept some payment method in Europe, but your connected account doesn't
okay
so checkout apis and payment intents payment methods come under your account payments right but not connected accounts
Yes