#dzd-idempotency
1 messages · Page 1 of 1 (latest)
How are you using Idempotency in this case? You should only retry an idempotent request after the original one returns an error.
Im using the Stripe Firebase Subscriptions extension. It is making checkout sessions for me. It appears to be trying to make more than one checkout session at a time perhaps?
no, just one. that's the weird part
If you look at your dashboard logs, you should be able to inspect the duplicate requests:
https://dashboard.stripe.com/test/logs
I'd suggest you add logging to your server / firebase function to trace when requests are coming in and going out to understand the source
will do. ty
Sounds good -- once you've identified where that's coming from, if it involves other parts of your stripe integration we can take a look again here 🙂