#dnethers
1 messages · Page 1 of 1 (latest)
Hey there, just reading the previous thread and looking into this, but I don't think you need any special permission.
For example "add funds & pay out money" is one of the high level use cases here:
https://stripe.com/docs/connect/add-and-pay-out-guide?integration=with-code
Thanks synthrider. Looking at those docs, I think our implementation is more similar to the "Collect payments then pay out":https://stripe.com/docs/connect/collect-then-transfer-guide
Though, we are creating "Custom" instead of "Express" accounts.
SUre, and as long as you aren't using on_behalf_of then the connected account don't _need_the card_payments capability
Ah, so if we use on_behalf_of when we create charges, then the connected account is treated as if it is the one processing the payment, which would mean we need the card_payments capability.
Correct
https://stripe.com/docs/connect/destination-charges#settlement-merchant
The on_behalf_of attribute is supported only for connected accounts with the card_payments capability. Accounts under the recipient service agreement can’t request card_payments.
I'm looking now to see whether we use that or not.