#Liege - Charging a Customer
1 messages · Page 1 of 1 (latest)
Hello! There are multiple ways to do that. Do you want to use Checkout or an Invoice?
Checkout I guess? Does it just generate a link my costumers can click on and pay?
Are you a developer?
I am
Okay, so the absolute simplest way is going to be with a Payment Link: https://stripe.com/docs/payments/payment-links
If you want more flexibility you can create a Checkout Session: https://stripe.com/docs/checkout/quickstart
Gotcha, thanks so much 😄