#android-terminal-connect
1 messages · Page 1 of 1 (latest)
Can you point me to the specific doc you're looking at?
I'll flag to the team to get that doc updated - providing all three of those params isn't required so we'll need to rewrite the doc to clarify that
on_behalf_of is something that's often required if your connected account is in a different country/region than the platform because on_behalf_of controls who the merchant of record is
You can read a bit more about that here https://stripe.com/docs/connect/destination-charges#settlement-merchant
Ahhhhh i see. So for clarification technically i can create the payment intent serverside and pass that back to the Terminal SDK client side to collect the payment method. Docs are saying or encouraging to create the payment intent using the Terminal SDK. Is my understanding correct?
Correct 👍
Sweet. Thanks for the clarification