#ermander-error

1 messages · Page 1 of 1 (latest)

ancient gazelle
#

👋 happy to help

#

could you please elaborate on how did you get this error?

crude apex
#

I'm trying to implement stripe on my nextjs application

#

And when i press the pay button it shows this error

ancient gazelle
#

are you using PaymentIntent?

crude apex
ancient gazelle
#

ok could you please provide the PaymentIntent Id that caused this?

#

pi_xxx

crude apex
#

Should i see a network request in the network tab when i press the button?

ancient gazelle
crude apex
#

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

ancient gazelle
#

the Provided config url is not valid is not really a Stripe Error

crude apex
#

Yea i think is an axios error xD

ancient gazelle
#

it's how you're trying to call your node server that is failing

crude apex
#

Yea

#

Now that i'm calling the server in the right way i have this error

#

But i have

ancient gazelle
#

could you please give me the request id req_xxx

crude apex
#

requestId: 'req_tACcKAvF1ByZKJ'

ancient gazelle
#

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

crude apex
#

Yea, i forgot i hardcoded the price into my backend

#

Now i have this error

fleet dune
#

I'd suggest adding logging to your code to see what you pass instead.