#spinningCat

1 messages · Page 1 of 1 (latest)

dusty pythonBOT
thorn junco
#

Hi there, can you elaborate more?

marsh path
#

okay sure

#

there is clientside right

#

oops client secret

#

you pass it to frontend according to documentation

#

i plan to handle payment as a service frontend will not get involved

#

app A will send reqest and my payment gateway do the rest as a service

#

i need client secret to complete the operation

#

i just wonder

#

i just wonder is there a way to get client secret in the backend to complete operation.

#

so i dont want to do that res.render('checkout', { client_secret: intent.client_secret });

thorn junco
#

So you want to build a integration without involving frontend at all?

marsh path
#

if possible

thorn junco
marsh path
#

I see thanks

#

i guess it is not really possible to ask customer prove you are real customer

#

at least that clears it