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

Trigger account.application.deauthorized throwing Trigger failed 400 #1077

Closed djemeljanovs closed 1 year ago

djemeljanovs commented 1 year ago

Running stripe cli test trigger for "account.application.deauthorized" event is impossible due error.

Issue

It stops at "Running fixture for: account" due to error 400.

Expected Behavior

"account.application.deauthorized" event is successfully triggered.

Steps to reproduce

  1. Login to the Stripe CLI
  2. Run stripe trigger account.application.deauthorized

Traceback

stripe trigger account.application.deauthorized

Setting up fixture for: account
Running fixture for: account
Trigger failed: Request failed, status=400, body={
  "error": {
    "message": "You can only create new accounts if you've signed up for Connect, which you can learn how to do at https://stripe.com/docs/connect.",
    "request_log_url": "https://dashboard.stripe.com/test/logs/req_lwOajh6ad2eoIW?t=1684751182",
    "type": "invalid_request_error"
  }
}

Environment

macOS

djemeljanovs commented 1 year ago

Not an issue.