You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a payment service that stores an idempotency key in the database to ensure that requests aren’t repeated. Can I use update_id as the idempotency key, or could it be repeated?