#ermander-error
1 messages · Page 1 of 1 (latest)
I'm trying to implement stripe on my nextjs application
And when i press the pay button it shows this error
are you using PaymentIntent?
Should i see a network request in the network tab when i press the button?
here's how you can find an id https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Mmmm i don't think i'm even calling the right endpoint
I'm trying to make a custom payment (using react and node)
But i'm missing something
the Provided config url is not valid is not really a Stripe Error
Yea i think is an axios error xD
it's how you're trying to call your node server that is failing
Yea
Now that i'm calling the server in the right way i have this error
But i have
could you please give me the request id req_xxx
requestId: 'req_tACcKAvF1ByZKJ'
just a quick thing to flag in that request you are trying to ask for 0.10eur
the minimum possible amount is 0.50eur
so basically the error is related to the amount more than the payment method types
I'd suggest adding logging to your code to see what you pass instead.