#ErreCi

1 messages · Page 1 of 1 (latest)

uneven ledgeBOT
scenic bramble
#

Hi there!

#

How do you want to create the payment? With Checkout Sessions, Payment Element + PaymentIntent, something else?

proper walrus
#

with checkout page if possible , because all client info about credit card have to handled by stripe

scenic bramble
proper walrus
#

ok but do these parameters create a product and a price for me in the backend each time? if so I will theoretically have a lot of products in the dashboard

scenic bramble
#

Technically yes it will create "ad hoc" products and prices. But there a no limit to the number of products/price you can have on Stripe's end.

proper walrus
#

understood...insted if i use a paymentintent option can i generate a link to your payment page?

#

if so can you tell me where i can found an example in php?

scenic bramble
#

What do you mean by "use a paymentintent option"?

proper walrus
#

i meant the use of paymentintent method to create the payments

scenic bramble
proper walrus
#

yes I know... but my implementation requires the product/price to be dynamic and I thought by using the 'Payment links' method I could avoid having to create the product/price every time first

scenic bramble
#

First you talked about Checkout Session, then PaymentIntent, and now Payment Links? I'm confused.
If you want to accept payments with a dynamic amount, the recommended way is Checkout Sessions. But PaymentIntent can also work.

modest nebula
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!