#pedromcr
1 messages · Page 1 of 1 (latest)
I have a telehealth platform that mediates psychologists and patients. When there's an appointment, a checkout session is created for the patient to pay for the appointment in advance. After paying, the telehealth platform holds the funds for potential dispute, and only after some delay_days does it make funds available for payout.
What I want is to now integrate invoicing for both patients and psychologists:
- Patients should just receive a proof of payment, which I believe can be achieved by setting
invoice_creation: { enabled: true, },upon creating the Checkout Session through the API - Psychologists should receive an invoice for being paid by the platform, with details about the appointment. This is what isn't clear to me how it can be achieved
Thanks in advance!
- that's correct
- Stripe doesn't create invoices for this. so if you want one, you'll have to create it yourself.
Oh I see. But could I be thinking about this wrong, in terms of how such marketplaces usually work? How would Uber do this for drivers, for example? Maybe I'm creating a problem which isn't there
At this point I'm just assuming that's how these services usually work in terms of accounting but I'm just learning about all this. Any pointers would be greatly appreciated
If it helps, I'm in the EU
And lastly, is 2) a planned feature for the future? Just curious
not sure, sorry. my guess is Stripe is taking care of this though the dashboard of the connected acctouns.
but for this types of questions you can try asking Stripe Support: https://support.stripe.com/contact