#sokritha
1 messages · Page 1 of 1 (latest)
Hi there!
whenever the user create a new client
Who is "user"? And who is "client"?
By "payment link" do you mean the Payment Link product or something else? https://stripe.com/docs/payments/payment-links
The user is someone who used my application. For client, is someone who my user want to send the payment to. (It is a feature in my app, the user could import their client)
For payment link, I want the client to pay as they wish to my user.
So you are the Platform, "clients" are Connected accounts, and "user" is someone paying?
And you want to allow "users" to send money to "clients"?
yes, it sound like that. To clarify, my platform is to help other to track or knowing that their customers are paying to them or not. So firstly, they list down all thier customers and then send the payment link to each of their customer. Whenever each of any customer have send the money through the link, they will know that customer have paid
And what do you mean exactly by "payment link"? A link where users can either their payment details to pay, or specifically the Payment Link product? https://stripe.com/docs/payments/payment-links
Sorry for making you confuse. Actually I just want my user can send some link to their customer and their customer can send the money to them as their wish. In this case, I think I could just use a checkout session but I don't know how can i track if customers that list down by my user is paid or not
Yes the platform could create a Checkout Session with a specific customer ID (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer)
You will need to use Stripe Connect, and the "clients" will need Stripe accounts.
You should read this guide that give you a good overview: https://stripe.com/docs/connect/collect-then-transfer-guide