#rzzz | Real Deal
1 messages · Page 1 of 1 (latest)
What's the Q?
can I also use the idempotency for my create customer function nodejs?
What do you mean by 'use the idempotency'?
I mean my client now wants a process that if a new customer signup and logged in his website. A function for create customer for stripe will be executed. But I'm having a problem in the front end and the function is executed a couple of times.
Then my question if can I use the idempotency key for this
Hmm, I'd recommend figuring out why the functioning is being invoked multiple times
Idempotency key would just be masking over the actually underlying issue here
I see. I'll check that first