#jermaineuome_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/1224716114647449704
๐ 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.
- jermaineuome_unexpected, 2 hours ago, 4 messages
Thanks in advance for your help @wind gazelle . Looking forward to your response
Hi ๐ was more information provided regarding what the missing parameter was?
No information was provided on what that missing parameter was
I did notice that connected account fields like "on_behalf_of" are omitted on the payment intent object sent to the method
There's an issue on the Stripe Terminal iOS SDK related to omitted fields - https://github.com/stripe/stripe-terminal-ios/issues/287
Can you share the ID of a Payment Intent from your testing where you saw this behavior?
The payment intent id is "pi_3P185yC87e88A28W0Qn6Nf83"
Apologies, the actual payment intent id I tested with is "pi_3P188TC87e88A28W0vtrC7y8"
And also pi_3P188kC87e88A28W0bukUsYi
Hm, I don't think I'm spotting a great way to handle this currently. Pursuing that concern through the github issue may be the best path forward here, but let me see if my teammates have any thoughts here.
Cool, I'll wait here ๐
Sorry for the delay! When you're building your SCPLocalMobileConnectionConfiguration, are you providing it with the ID of the Connected Account via onBehalfOf?
https://stripe.dev/stripe-terminal-ios/docs/Classes/SCPLocalMobileConnectionConfiguration.html#/c:objc(cs)SCPLocalMobileConnectionConfiguration(py)onBehalfOf
Let me check now
Ah that resolves it! Thanks so much