#kynanb
1 messages · Page 1 of 1 (latest)
hello! Subscriptions are for recurring payments. If you're trying to accept one-time payments, i'd suggest that you refer to this guide : https://stripe.com/docs/payments/accept-a-payment
so after i do await stripe.checkout.sessions.create({
and receive the object is it a success? it doesnt seem like what i am trying to do.
how can i directly send the payment to stripe without then having to go through the checkout
i dont want to redirect to the stripe checkout.
if you don't want to redirect to Stripe Checkout then you can look into using the Payment Element which is the Custom payment flow tab