#cat-payment-integration
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/accept-a-payment has the two most canonical web integrations. The default one uses Checkout where we build the entire payment page, you just send them to our hosted page and the alternative option is using our PaymentElement UI on your own website.
cat-payment-integration
Thank you! I also have a question about adding products to the stripe account. Is there a way to import a list of products or do I have to do it one-by-one?
one by one, but you can write code to do this and use the Create Product API https://stripe.com/docs/api/products/create
Thanks so much for the advice!!