#san_api
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/1332275290247794699
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
When a buyer pays (e.g., using a credit card or Apple Pay), that transaction does not appear under the connected account's Dashboard, it only shows up in the platform's Dashboard.
Seems expected given that the API objects are created on the platform not the connected account.on_behalf_ofjust describes the settlement merchant: https://docs.stripe.com/connect/destination-charges#settlement-merchant
Is there any integration mode that allows us to see the connected account's transactions in both the platform's Dashboard and the connected account's Dashboard.
Not really, no. In the scenario you describe (SC&T) then only the transfer from your platform to the conncted account would appear on the connected account's Dashboard
Yes, because the settlement merchant is actually the connected merchant, we set the on_behalf_of parameter.
However, if we continue using Custom connected accounts and, for example, don't adopt SC&T, there still wouldn't be a way to view the same transaction in both the platform's dashboard and the connected account's dashboard, correct?
Correct
ok thanks @tiny matrix
Another question: We came across documentation that references "making API calls for connected accounts."(https://docs.stripe.com/connect/authentication#stripe-account-header) How does that differ from, or how is it different compared to, passing the on_behalf_of parameter in the PaymentIntent API? @tiny matrix
Completely unrelated really. That header just facilitates you making API calls for your connected accounts
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!