stripe-go icon indicating copy to clipboard operation
stripe-go copied to clipboard

[Feature Request] Enable stripe event listener via sdk

Open steeling opened this issue 3 years ago • 1 comments

Can we call the equivalent of the stripe cli's stripe listen --forward-to localhost:8080 from the Go SDK, particularly if I could just supply the secret key, and not need to fuss with logging in.

This would make it much easier to test in CI scenarios.

steeling avatar Nov 09 '21 05:11 steeling

@steeling it's not something we support today though you can always script this or make the call yourself in your test suite. It's something we have discussed in the past though and might support in the future, so I'm going to tag this as such, but it's unlikely to happen soon!

remi-stripe avatar Nov 09 '21 18:11 remi-stripe