Olivier Bellone
Olivier Bellone
> There's also a world in which we have custom clients you could create and reuse which we've been looking at. I'll let @ob-stripe provide a bit more details! Right,...
Generally agreed, but a couple of caveats: 1. I think there is some value in letting users set the name. `stripe --project-name=dev` is a lot better than `stripe --project-name="Awesome Store...
Hi @greenep12, sorry for the long delay. v1.2.5 adds support for all `setup_intent.*` events.
@plusoneinfo Unfortunately I think `charge.expired` is in the category of events that cannot be triggered directly by the API and thus cannot be triggered by the CLI at this time....
That would be nice, but getting the event IDs would be difficult since they're not in the API responses. We'd basically need to run `stripe listen` in the background and...
If the account is configured to use manual payouts, we could trigger the event like this: 1. create a charge with `pm_card_bypassPending` to immediately add some funds to the available...
Hey @fabswt, sorry for the late reply. I spent some time trying to reproduce this issue and came up empty. `stripe events resend` will resend the event with a new...
Hi @ststdimov, thanks for the feature request. Unfortunately at this time the CLI can only trigger events that are a direct consequence of API requests (because that's exactly what it...
Hi @maxrothman, thanks for the feature request! That sounds like a good idea, and shouldn't be too hard to implement. We'll discuss this and see if we can add it...
Thanks for the report @bdon. It seems unlikely we'll be able to sign the executable to be compliant with Catalina's new requirements, so we should probably update the docs as...