#u_237936102
1 messages · Page 1 of 1 (latest)
Not with on_behalf_of, no. The connected account becomes to merchant of record in that instance
Thanks @astral summit how do I send an invoice then with our company name for https://stripe.com/docs/connect/charges-transfers
I'm not understanding the question. An invoice to who? For what?
You'd use the API, but how you create that and the parameters you'd use would depend on your use case. If you can provide some specific details about what it is you're trying to do then I can help
Customer pays -> Platform Account -> Connected Account. How do I handle the invoicing if I have custom connected accounts
But who are you sending a invoice to? The customer? The connected account? What kind of Connect payments are you using?
Customer
Following this guide https://stripe.com/docs/connect/collect-then-transfer-guide thats our usecase e.g. Lyft
Then on this part" create a charge and split payments between your platform and your sellers or service providers when you accept payments." we choose https://stripe.com/docs/connect/charges-transfers
I assume you just want an invoice to reflect the payment they already made (i.e. mark it as paid)?
Yes the invoice should not have the name of the connected account entity
Then you'd just create an Invoice using the API keys of your platform: https://stripe.com/docs/invoicing/integration/quickstart
Then mark it as paid_out_of_band: https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh nice but that is only for subscriptions what if its a one time basis ?
It's not only for subscriptions. You can create one-time invoices, too
The first URL I sent outlines that
Ok seen the caveat in alert (red ) but this is confusing https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band its scope should be widened. A final question say we want to payout to countries from our eruope account to a U.S. based connected account . I assume this not yet possible ?
What's confusing?
A final question say we want to payout to countries from our eruope account to a U.S. based connected account . I assume this not yet possible ?
Not currently, AFAIK
Then how is stripe attractive to marketplaces that want to support US customers if the company has to create a stripe account + domicile bank account based there ? This is wierd
I'd recommend speaking to support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.