Skip to content
Discussion options

You must be logged in to vote

With the help of New Relic I managed to find the problem.

It was where I least expected it, in the payments api webhook.

And in the end it was a losing transaction.

Turns out the payments api was notifying me of an unpaid payment that was expired, and I didn't know it did that.

And my security system always checked all the webhooks to see if it really was paid, and when it found that it wasn't paid, it returned an error and I didn't close the transaction.

I got to check this route a few times and didn't notice this transaction not ended.

But finally I solved my problem.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mkevison
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mkevison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants