Hi everyone,
I would like to give my users the ability to connect their Stripe account to my application, so that they can automatically create payment links.
To explain quickly: the application is a business management app. It allows you to create “orders” as well as quotes and invoices. I would like that, when an invoice is edited, the user can generate a stripe payment link (of the invoice amount) and send it to his customer.
Small precision: I do not wish to take any commission on the payment.
After doing some research, I feel like I need to use Stripe connect. However, I can only find tutorials on how to set up a “marketplace” type system (where user accounts are attached to my Stripe account and where my account redistributes the payments).
Has anyone done this before and could they shed some light on the subject or give me some pointers?
Thanks in advance!