#Mojtaba-PaymentIntent-Error
1 messages · Page 1 of 1 (latest)
I got it from https://stripe.com/docs/api/payment_intents/object#payment_intent_object-automatic_payment_methods-enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you share the request id for when you see this error thrown? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
this happens when I'm testing locally with stripe-mock docker image
it doesn't have a request ID you can lookup
Do you know what API version you're using?
Do you some of the eligible payment methods enabled on your Dashboard? https://dashboard.stripe.com/settings/payment_methods
I'm not as familiar with stripe-mick docker image. I'm trying to see how I can reproduce this on my end.
But essentially, you're using your Stripe test API key to achieve this no?
If you're referring to using the Stripe CLI with Docker image, https://stripe.com/docs/cli/docker -- then yes, it'll use your Stripe API key and you'd want to make sure that applicable payment methods are enabled via the Dashboard: https://dashboard.stripe.com/settings/payment_methods