#rzzz | Real Deal

1 messages · Page 1 of 1 (latest)

tired berryBOT
grim iris
#

What's the Q?

fickle valley
#

can I also use the idempotency for my create customer function nodejs?

grim iris
#

What do you mean by 'use the idempotency'?

fickle valley
#

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

grim iris
#

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

fickle valley
#

I see. I'll check that first