#jeremeyingmarson007
1 messages · Page 1 of 1 (latest)
Stripe API listed here https://stripe.com/docs/api should always be made by server, not client
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I stumbled upon this example in an article where they do the Stripe payment in the Angular front-end. Is this practice acceptable, or is this bad practice?