#alex-oauth-scope
1 messages · Page 1 of 1 (latest)
👋
see the docs here for the scope, it's always been those
card_payments is a Capability which is a completely separate feature. It can be set/pre-filled for OAuth though it's rare that you need to
Am I obligated to request capabilities when doing oauth?
Or is that more just about the account itself and outside of my control?
https://stripe.com/docs/connect/account-capabilities is a good start
what account type are you using Express or Standard?
Standard, I'm not pre creating accounts for users
I'm only accepting existing
So I direct to the oauth endpoint and expect users to have already set up an account for themselves
Okay so then yeah you don't need this. Standard accounts will have card_payments already