Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

country_specs retrieval returns only individual and company verificaltion_fields #1132

Open
stanyakimov opened this issue Nov 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@stanyakimov
Copy link

stanyakimov commented Nov 8, 2023

Issue

I want to retrieve all required onboarding fields for businessType= non-profit.

For US, I use the following command:
stripe country_specs retrieve US returns

"verification_fields": { "company": {… 2 items}, "individual": {… 2 items}, },

Steps to reproduce

  1. Open Stripe CLI
  2. Use stripe country_specs retrieve US
  3. Inspect verification_fields json - it has company and individual types.

Expected Behavior

CLI should return verification_fields for company, individual, non-profit and government_entity (only applicable for US)
https://stripe.com/docs/api/accounts/object#account_object-business_type

Environment & Pre-requisites

For: Onboarding Custom accounts
Env: Stripe CLI Web & macOS_arm64
Country of residence: France
Reproducible with Stripe accounts registered as: BG & CA entities

@stanyakimov stanyakimov added the bug Something isn't working label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant