Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

idempotency_key_in_use

$
0
0

Replies: 0

Hey,

when stripe sends a callback to my site using the latest version of the plugin,
it only gets the following error

{
  "error": {
    "code": "idempotency_key_in_use",
    "doc_url": "https://stripe.com/docs/error-codes/idempotency-key-in-use",
    "message": "There is currently another in-progress request using this Idempotent Key (that probably means you submitted twice, and the other request is still going through): 30532-src_1F1tlxLiAQWBTe8NMrUhUH9w. Please try again later.",
    "type": "invalid_request_error"
  }
}

This happens on an POST to V1/Charges and results in a 409!

Please help me to find out why this is happening!
Thanks in advance!

  • This topic was modified 2 minutes ago by timmahl.

Viewing all articles
Browse latest Browse all 59525

Trending Articles