stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

country_specs retrieval returns only individual and company verificaltion_fields #1132

Open stanyakimov opened 7 months ago

stanyakimov commented 7 months ago

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