#spinningCat
1 messages · Page 1 of 1 (latest)
Hi there, can you elaborate more?
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 });
So you want to build a integration without involving frontend at all?
if possible
If you are looking for direct API integration, you need to take of PCI compliance so that your sever is allowed to process sensitive card information (https://stripe.com/docs/security/guide#validating-pci-compliance)