#cheech-connect-funds-flows
1 messages · Page 1 of 1 (latest)
https://dashboard.stripe.com/settings/connect/express does that page meet your needs?
That's the page I'm referring to that has the checkbox for Payments both checked and disabled:
And when I add Canada it shows:
Then I don't know sorry. You likely want to talk to our support team: https://support.stripe.com/contact
Am I correct in thinking that I should be able to set up a new country with just transfers though?
with the right service_agreement yes
you mostly need to create a new account with the right info. You can't enable just transfers in the Dashboard I think, you need to write code to do this and create the account with the right information
We're all set up in our platform to support separate charges and transfers—it's just the account config that doesn't appear to be right and we can't change in it in the admin as I expected when reading this section: https://stripe.com/docs/connect/service-agreement-types#choosing-type-with-express
sure, but you're a platform, you write code to handle all of this. My point is that you need to write code to control the capabilities and service agreement for the account
use https://stripe.com/docs/api/accounts/create and set all the right information yourself with code
I understand we can do this with code, however the docs say that it can be configured in the admin. I was trying to approach this with a scalable solution that doesn't require developer intervention.
yeah I don't think that's possible because that "service agreement" is special and not something that can be configured in the Dashboard. But our support team would know for sure https://support.stripe.com/contact
Ok. I have reached out to support and hope they can assist. At the very least, the docs don't seem accurate:
To choose a recipient service agreement for all new Express accounts, select the Transfers option with the Restricted Capability Access icon in the Configuration settings section of the Stripe Dashboard.
I don't see a "Restricted Capability Access icon" on that page anywhere.