#Phillip-Product
1 messages · Page 1 of 1 (latest)
Hi there, the easiest way is to use PaymentLink. With PaymentLink you don't need to code anything, When your customer click on the PaymentLink, Stripe will create a Checkout Session under the hood and your customer can complete the payment in the Checkout page.
For the web application I am currently working on we are implementing all of the logic for payments and subscriptions.. We have successfully set up recurring subscriptions, but I am working on single purchases and was wondering what the best way to go about this is
Are you using Checkout or PaymentElement for your subscription integration?
I currently created a product that is attached to a customer, and im trying to figure out what to do with that product object
I dont believe so, we are just coding everything straight from the stripe API docs
Ok, so you are not using any Stripe frontend integration (i.e., Checkout, Elements) am I right?
Got it. I'll suggest you to write in to Stripe support https://support.stripe.com/contact and tell them that you want to pass line_items to PaymentIntent API.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
gotcha, thank you