#tomek-netlify
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
We only support stripe api issues in here
Don't know anything about netlify
Please reach out to their support team
tomek-netlify
Ok, so another question if I may:
I found this example of using Stripe's checkout without the Experss as a middleman, would you be able to tell if this is secure / if this idea could work also?
https://github.com/aperkaz/serverless-payments/blob/main/netlify/functions/stripe.js
The express as I understand is just a mean to "running a server", "running an application that serves particular endpoints", so as I understand if functions do that, there would be no need for Express, if you're running Stripe in a web-function right?
I can't do that
We don't audit other folks code
It's up to you to evaluate security of integrations
We won't take on that liability
ok, but like the general concept
What do you mean
I'm not going to audit someone else's code in here
If you have questions about the stripe api I can help with those
But I won't evaluate other people's code
putting backend endpoint of Checkout to a serverless function and not using Experss, like in the example that Stripe provides? https://stripe.com/docs/checkout/quickstart?client=html
I mean, could you advice whether the concept sounds reasonable? (taking into account your Stripe knowledge)
I was gonna clarify...