#serdar4003_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298276074886795294
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- serdar4003_best-practices, 5 days ago, 17 messages
I had asked here already one time and you guys told me that i should manage the customer, products, etc. on my platform account .. but then the subscription invoice also has the name of my platform
Hey there, sorry for the delay
No worries
I have my users as customers of my platform at stripe
And at the end when they do a subscription with the connected accounts (dance studios) they ofc should get a invoice from the dance studios, not from the platform
What is there the best practise?
We are using destination charges
If you want the connected account to be the merchant of record (meaning they are the business that customers transact with), then you should review using on_behalf_of here: https://docs.stripe.com/connect/subscriptions#on-behalf-of
Oh nice, that looks like what i need. Thank you!
NP!
on_behalf_of cant be used with paypal?
COrrect, paypal does not support OBO: https://docs.stripe.com/payments/paypal#connect
Are you encountering errors around this?
Yeah .. is there another way then using on behalf of?
What is the best practise? i had first the idea that every connected account has its own customers .. but i think that is the wrong way
i mean i can also remove paypal for subscriptions, but would be nice because i ngermany people love paypal ๐
when i remove paypal, on_behalf_of works
what if is set the
But then i cant pass payment methods anymore
hm
Well, we recommend using dynamic payment methods anyways, based on your payment method configurations
But on behalf of is a pretty important signal that reflects the way your business works and the relationship with customers and sellers
This is possible, but this direct charges instead of destination. Again, a pretty different structure.
I'd suggest reviewing the guidance here about deciding between direct and destination: https://docs.stripe.com/connect/subscriptions?lang=node#decide-between-direct-charges-and-destination-charges
With destination charges, the customers are all on your platform (regardless of OBO and the merchant of record)
With direct, the customers and subscriptions are on the connected accounts.