#heymato

1 messages · Page 1 of 1 (latest)

raw domeBOT
peak grail
#

Hi, can you summarize your issue?

flint vortex
#

Yes, it seems that my server is updating the payment state after a confirm has been done by the user.

#

I was told it is my backend that does that.

#

But I don't really set stuff from the backend side so I want to ask some additional questions

peak grail
#

Okie

flint vortex
#

So I'm working with NextJS and I can see that my page refreshes and does a cleanup of a method that calls to create or get an existing Payment Intent

#

but after that it redraws and does that again.

#

Also, when I develop locally, I cannot really see something happening in the webhooks that is double. I also want to understand how the paymentIntent switches from status if I'm not setting something

peak grail
#

I am sorry but it's your system and you have access to debug tool and logs ... You are in the best position to debug

flint vortex
#

OK

flint vortex
#

Just to make sure, when I see this in the logs, POST is what I sent to Stripe and GET is the result Stripe sends back to me, correct ?