#Beastmm
1 messages · Page 1 of 1 (latest)
Hi, what integration guide / document are you using?
Are you creating the Payment Link via the Dashboard or the API?
dashboard
To add multiple products to a Payment Link, you'd create the Payment Link, https://dashboard.stripe.com/test/payment-links/create and add multiple products by clicking on 'Add another product'
but the customer wont be able to select which products to add
building my Wifes site rkwatercolors.com but if someone wants to buy 2 paintings they have to check out twice. they cant just add it to cart then add another one. but this probably is out of my coding skills
That's not what Payment Links are for. If you want the customer to be able to choose, then you'll need to use Checkout, which is a low-code solution (though ultimately the simplest one to achieve what you just described)
Here's the quickstart tutorial: https://stripe.com/docs/checkout/quickstart
ok thanks ill check it out