#jfeezy9997
1 messages · Page 1 of 1 (latest)
Here's where I'm talking about:
yes
Hmmm...and is this with the payment element? payment request button? or somethign else?
Are you using deferred payment element (so you're creating the intent after initializing payment element)?
we use it to create a payment method, which we then use to create and capture a payment intent server side
which I'm realizing now is probably why
the payment method isn't on behalf of anyone
Yeah that's likely related - are you sure you're setting onBehalfOf client-side when you initialize elements? https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-onBehalfOf
👍 Yeah if you still don't see it displaying the connect account after setting onBehalfOf client-side let us know
We fixed this earlier this year, so if it's not working that would be unexpected
great, I'll try that. thanks for the help!