#hellotika
1 messages · Page 1 of 1 (latest)
I believe the SDK adds it automatically
https://github.com/stripe/stripe-node?tab=readme-ov-file#network-retries
.. Idempotency keys are added where appropriate to prevent duplication.
still at 2022-11-15 stripe api version
so i guess we shoudl either remove maxRetries or add our own idempotency on POST?
our package.json is indicating "stripe": "^12.18.0" for the node sdk
I don't think you need to change anything. the older SDK should add the idempotency key too.
v13 just adds one automatic retry
thank you for clarifying