#thecodenator_unexpected
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/1237480692691243090
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Can you share the PaymentIntent ID you're working with?
In order to use connected account branding for the payment, you'd likely need to set on_behalf_of parameter
when i set on_behalf_of I get an error saying i can't set on_behalf_of to the same account id
You'd need to set connected account ID in on_behalf_of parameter
here is the payment intent id pi_3PDrUoDQ9RQln7tX1WCQGiAn
so initiate the payment intent as ourselves and set on_behalf_of?
Correct
Ah you're using Stripe-Account header
As in you create direct charges
afaik, direct charges would use connected account details
Gotcha. In that case you don't need to set on_behalf_of since with Direct charges, the connected account is merchant of record by default. So we would be using the connected account branding.
Can you share a screenshot of the UI where you're seeing platform details show up?
I see. Let me check
Is the URL you're testing on live? If so, can you share the link so I can reproduce this on my end?
Are you able to access financial connections settings page here?
https://dashboard.stripe.com/settings/financial-connections
I am going to try and reproduce this, give me some time
i might have a link for you soon
I'm working with someone on our team to create one in their account that you can view
thanks. appreciate it ๐
I can reproduce this on my test account, let me see what's going on
okay! so talked to a colleague and they're apparently seeing an option to toggle branding setting under
https://dashboard.stripe.com/settings/financial-connections
you may need to talk to the admin of the account and see if they can toggle/check that setting on for you
Ok, I just passed that info on to them. Hopefully he can confirm soon
Yeah, my test account isn't activated so I suspect I am not seeing the setting myself either
let me know if that helped ๐