#nielsen_financialconnections-connect
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/1287883233911902249
๐ 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.
- nielsen_api, 3 days ago, 8 messages
Hi there
Hello
Do you have an example PaymentIntent ID?
This is for a SetupIntent
Try this one
seti_1Q2J9TIv5qZ8Xj8O2ZaktNDS
It's test data
this is what we see
Humana is the Stripe Account Account we want to display
I see you're using on_behalf_of
The account you're using for the value of on_behalf_of doesn't have much information ๐ค
Le me do a quick test
what information should I configure?
Give me a few more minutes to dig in
Okay, I see what's happening here
This is expected. Since you're working with Custom connected accounts and setting up the SetupIntent for a customer on the platform account, it makes sense that future off-session charges will also happen on the platform account. Because of this, the Financial Connections modal reflects details about the platform account since that's the account that your end customers will have a relationship with
Is there a way to have the modal show the stripe connect account information using destination charges?
nielsen_financialconnections-connect
What do you see on https://dashboard.stripe.com/settings/financial-connections? There's a setting that lets you pick what to show there
Yes we have that on
and it works if we load the stripe sdk with the stripe connect account
but that's for direct charges
we're using destination charges and our stripe rep told us on_behalf_of should work with destination charges
Then this looks like a bug to me if it doesn't work. It definitely should, that's what that setting is supposed to control. If it's not working then I'd recommend reaching out to our support team and providing detailed information about your use case with exact example objects and they will be able to help investigate what's causing this. You can contact them here: https://support.stripe.com/contact/
Ok will do then.
Thanks!