#nickolasmv
1 messages · Page 1 of 1 (latest)
Hi 👋
You specify the capabilities you want the account to have when you create it https://stripe.com/docs/api/accounts/create#create_account-capabilities
and this determines what information we collect during onboarding
Can I do transfers without credi_card
?
type: "express",
capabilities: {
transfers: { requested: true },
card_payments: { requested: false }
},
Transfers only requires approval and it outside the scope of the help we can offer here
I recommend getting in touch with Support to validate your use case
Thanks