#Josh_FloralFrog

1 messages · Page 1 of 1 (latest)

mint valveBOT
ruby yarrow
#

Can you send the ID of the payment intent (pi_123) or request (req_123) that you saw this error on?

outer canyon
#

sure: req_H77reTdRHcBMCU

ruby yarrow
outer canyon
#

that's odd, let me check something

#

sorry, my mistake, it's req_7T54NVYhkcaPjM

ruby yarrow
outer canyon
#

Ahh, we suspected it may be something loke that but the coder responsible said this hadn't been done. so without diving into the docs, if we removed the /test_helpers/ section, would I be correct to assume this would correct the issue?

#

The payments do actually go through using a seperate PI so perhaps this testing code was left running along-side by mistake

ruby yarrow
#

Not quite but if that is in a live code path there is likely something else your integration is trying to do like pass the payment intent to the reader. I think I'd need more information on what your code is trying to do at that point to say what it can be replaced with

outer canyon
#

Looking at the logs, i can see 2 requests being sent to stripe, one for the simulated terminal, and the one that works okay, in this case, the other request is
req_qyqTNoWL9kHuSU

ruby yarrow
#

That other call is for actually sending payment data to your terminal, so that would be expected in this flow in live mode

#

So it is sounding more like some test code is accidentally getting called here. I think the next step would be to debug on your side, unfortunately I am not getting enough context from these logs to know for sure why that call is being made

outer canyon
#

No that's okay, it sounds like the type of issue this coder has created in the past (ie forgetting to disable test code) but thank you for your help! if there's any other issue's I'll be sure to let you guys know

ruby yarrow
#

Ah, yeah that makes sense then. Glad I could help, definitely let us know