#merin2489
1 messages · Page 1 of 1 (latest)
hi! I would start with https://stripe.com/docs/payments/accept-a-payment
also yes sounds like Connect is what you need
It isn't just one service provider - it is for many individual ones. Will they each need to set up an account with stripe in order to receive their funds?
yes
Thank you. I have an account link set up with connect, so I now code Accept a Payment into Next.js?
well I would use https://docs.stripe.com/connect/creating-a-payments-page and pick the options corresponding to the type of charge model you're using (https://docs.stripe.com/connect/charges#types) and the UI you'd use (Elements or Checkout) and work through the guide
Can it only be used with React and not Next.js?
it doesn't require the use of React or any particular framework