#battbot_log-get

1 messages ¡ Page 1 of 1 (latest)

swift crowBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1278785798225002570

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lime geyser
#

battbot_log-get

near kiln
#

The payment intent is pi_3Pn1Q4J93KfFVesb0Ket2AX4

lime geyser
#

@near kiln GET requests are filtered out by default

near kiln
#

i'm only able to see POST requests related to it under logs, and i purposely checked mark the GET requests, still nothing

lime geyser
#

Then maybe you didn't do a GET? Sorry, it's hard to say, I don't know where you are looking or what you are doing exactly.

near kiln
#

maybe we did, or maybe we didn't for pi_3Pn1Q4J93KfFVesb0Ket2AX4

#

but for pi_3Pn1QQJ93KfFVesb1aAbq1Sa we definitely called GET on it

#

but even for that payment intent I don't see those requests in the logs

#

In our system, when we get a webhook call from stripe that the payment is sucessful, we will do a GET call on the payment intent to verify its status

#

for pi_3Pn1QQJ93KfFVesb1aAbq1Sa we verified that it's sucessful, so we definitely do GET calls on it

lime geyser
#

yeah I can see a GET. I can't speak to the Dashboard logs sorry. Possibly a bug. But that wouldn't tell you much anyways

near kiln
#

for pi_3Pn1Q4J93KfFVesb0Ket2AX4 we aren't sure, that's why I'm looking to see if there are GET calls on it or not

#

from that I want to determine if there are GET calls, then there's some issue with our logic after that call, if there's no GET calls, then there's issue with our logic before the GET call.

#

could you check if there's GET calls on pi_3Pn1Q4J93KfFVesb0Ket2AX4

#

and if so could you send me the event id

#

maybe i can find it through the event id

swift crowBOT
lime geyser
#

There is not GET request made with a Secret API key on your server for pi_3Pn1Q4J93KfFVesb0Ket2AX4

near kiln
#

ok, thank you