#marcinarc
1 messages · Page 1 of 1 (latest)
What's the payment intent ID?
how can I find it?
From you Dashboard https://dashboard.stripe.com/
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is it payment Config ID? pmc_1Lrg5uIavPUrqEoaGxVixjwd
No, Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
acct_1Lh9JdIavPUrqEoa
https://dashboard.stripe.com/logs/req_Xo9mDxjxFa2KJd So this is the most recent payment intent creation request, the request's payment_method_types contains only card, and therefore payment element will only display card, not any other payment methods.
If you are not sure how to specify payment_method_types, reach out to the plugin developer for help https://addons.prestashop.com/en/payment-card-wallet/24922-stripe-official-sca-ready.html
well i tried this module already and there is no change at all - at least for prestashop 1.6 where module is in version 2.5.0 if I remember well
is it possible that module is fully working only for presta 1.7?
I'm not familiar with the module.
so I guess if I have questions about module I should ask on addons.prestashop ?
Yes. and you can share them the Stripe API for payment_method_types https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types and hopefully they can help you connect the dots
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you! have a good day
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods There's also an automatic_payment_method, once enabled, it allows you to control the payment methods from your Dashboard
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hope your problem can be resolved soon