#regie_____
1 messages · Page 1 of 1 (latest)
Hi there. Recommend you start with these resources:
https://stripe.com/docs/payments/quickstart?client=react
https://stripe.com/docs/stripe-js/react
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
What if the payment goes from one of the customer ("cus_1") to the other customer(cus_2) ?
There's not a way to pay a customer (cus_123) object in stripe. The only way to receive a payment is if you have a Stripe account. So, you probably want to look into Stripe Connect to achieve this: https://stripe.com/docs/connect
So for every customer I need to create create a connect account ?