#mlo300

1 messages · Page 1 of 1 (latest)

hexed moonBOT
tired yacht
#

👋 happy to help

#

when you say you're using the web elements are you referring to the Stripe Payment Element?

hexed basin
mighty ice
#

Ok but i have this and not using the product and price i have created on stripe
const paymentIntent = await stripe.paymentIntents.create({ amount: 1099, currency: 'usd', automatic_payment_methods: { enabled: true, }, });

hexed basin
#

The guide I'm sharing with you doesn't use Price/products API, did you have the chance to check it step by step

mighty ice
#

Yes, even this guide does not talk about paying for a product linked to stripe, but uses payment intent

hexed basin
#

I'm not sure I understand you correctly.

#

Do you want to use Price/products API with Invoice or just PaymentIntent API ?

mighty ice
#

So stripe only has one way to charge products/prices and that is via invoice otherwise I have to use the payment intent right?

hexed basin
#

yes

mighty ice
#

differences between the two?

hexed basin
#

Product/Price and invoices provides you more details and tracking features.