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

fix: show connected account ID if deleting a connected account's resource #1267

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

charliecruzan-stripe
Copy link
Contributor

Reviewers

r? @vcheung-stripe
cc @stripe/developer-products

Summary

Gives clarity when operating on connected accounts. there are 3 APIs that will result in showing this:

  • DELETE /v1/accounts/:id
  • DELETE /v1/accounts/:id/external_accounts/:id
  • DELETE /v1/accounts/:id/persons/:id
❯ stripe-dev accounts delete acct_123123123

This command will be executed on the account with the following details:
> Mode: Test
> Account Name: Merchant's Display Name
> Connected Account: acct_123123123
Are you sure you want to perform the command: DELETE?
Enter 'yes' to confirm: 

@charliecruzan-stripe charliecruzan-stripe requested a review from a team as a code owner October 21, 2024 23:21
@charliecruzan-stripe charliecruzan-stripe merged commit fd804f7 into master Oct 21, 2024
12 checks passed
@Starr2024
Copy link

Starr2024 commented Oct 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants