#wilder-checkout-free

1 messages · Page 1 of 1 (latest)

sacred lavaBOT
last bane
#

@lost turret hello! Can I ask you to provide a lot more details about what you are trying to achieve and what products/APIs you are using? That sentence can be read many different ways so having a bit more context will help

lost turret
#

Sure, totally. I'm trying to create a checkout session where there is no price (it's a free product).

https://docs.stripe.com/payments/checkout/no-cost-orders

This says that I have to include a customer.

Is the idea that prior to the checkout, a customer is created and I supply their customer_id? No way to achieve this functionality otherwise?

#

Let me know if this helps clarify.

last bane
#

Correct you have to create a Customer first in that case

lost turret
#

Roger that, thanks