#jeremeyingmarson007

1 messages · Page 1 of 1 (latest)

haughty radishBOT
vast tapir
#

Stripe API listed here https://stripe.com/docs/api should always be made by server, not client

steady stream
#

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?

vast tapir
#

The code here seems to create the Payment Intent from the server

#

Looks like it made a request to /create-payment-intent to its own server, then call Stripe to create a payment intent