#Phillip-Product

1 messages · Page 1 of 1 (latest)

carmine warren
#

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.

glad cliff
#

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

carmine warren
#

Are you using Checkout or PaymentElement for your subscription integration?

glad cliff
#

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

carmine warren
#

Ok, so you are not using any Stripe frontend integration (i.e., Checkout, Elements) am I right?

glad cliff
#

correct

#

we are manually creating paymentmethods, customers, subscriptions, etc

carmine warren
#

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.

glad cliff
#

gotcha, thank you