Stripe integration with angularjs
You can't use 'ad-hoc' prices with the client-only redirectToCheckout
. Instead you'd need to introduce a server-side component to create a Checkout Session, where you can use the price_data
parameter.
You can't use 'ad-hoc' prices with the client-only redirectToCheckout
. Instead you'd need to introduce a server-side component to create a Checkout Session, where you can use the price_data
parameter.