stripe-cli
stripe-cli copied to clipboard
A command-line tool for Stripe
### Reviewers r? @wmadison-stripe cc @stripe/developer-products ### Summary Remove the orders commands we added in #867 since orders currently has no plans to GA
### Issue When running `stripe trigger "checkout.session.completed"` or `stripe trigger "checkout.session.async_payment_succeeded"` I get the following error: ``` Setting up fixture for: checkout_session Running fixture for: checkout_session Trigger failed: Request failed,...
### Reviewers r? cc @stripe/developer-products ### Summary After reading through the code, add an [ARCHITECTURE](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html) file, outlining the general structure of the codebase and hottest code paths. This was mostly...
### Issue I'm trying to update/upgrade the system but I've run into the issue with stripe cli. ```shell $ sudo apt-get update && sudo apt-get upgrade && sudo apt autoremove...
### Problem I am trying to trigger the customer.source.expiring event: `stripe trigger customer.source.expiring` and currently the response that I receive is: `event customer.source.expiring is not supported.` ### Feature I would...
### Issue According to [DX7509](https://github.com/stripe/stripe-cli/pull/916), the livemode credentials are supposed to be saved in the macOS keychain. This does not work with the binary release for arm64 or when installing...
To have it here https://packages.gentoo.org/packages/search?q=stripe
### Issue I am running an application on the [`.localhost` TLD](https://en.wikipedia.org/wiki/.localhost), in particular a multi-level subdomain (i.e. `foo.bar.localhost:3000`), which works out of the box without any `/etc/hosts` customization in Google...
### Problem Currently `stripe-cli` does not support shell autocompletion for [fish shell](https://github.com/fish-shell/fish-shell). ### Feature Please consider adding an autocompletion for fish-shell. Overall UX would improve for fish shell users.
### Problem Currently all `stripe fixtures` commands make `api_version=2017-08-15` calls which is the default version of the organization I am attached. However I want certain fixtures to be made with...