#Noah-Events
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ty, but it seems its an option
any reason why it doesnt work?
sorry wrong screenshot
what version of Stripe CLI are you using?
v1.10.3
I think it's just a matter of updating to the latest version
oh is that not the latest?
when i do https://github.com/stripe/stripe-cli/releases/latest
it brings me to that version
oh wait it actually is the latest version
let me look into this for a sec?
sure
Oh my bad! when triggering you should look at this list instead (what we call fixtures) https://github.com/stripe/stripe-cli/tree/master/pkg/fixtures/triggers
the one you're looking for is issuing_authorization.request
tysm
really appreciate it
Hey sorry, just one more question, the thing i was trying to do was to get notified when a transaction occurs on my stripe
is the event i was using correct?
or would that be another event
HI ๐ I'm stepping in for @split dune
notified when a transaction occurs on my stripe
There are many layers to notifications for transactions on Stripe. For the most basic, try charge.succeeded
You can work you way outwards from there, getting more and more complex as you go
i see
when i tried the stripe.Charge.list() feature it only returned payments that have been made to me rather than payments i make to other businesses/people
do you by any chance know the way to check the payments i make to others?
What do you mean by payments you make to other people?
Using your Stripe balance?
yea
Well how do you do that? Like are you using Transfers?
nono for so for example im 19 and i like shoes so sometimes i enter a raffle and if i win, they would charge me, so i wanna make it so i can see when the charge happens and then send it to a webhook on discord coz i spend most of my time on discord
i like to try and automate most things so i can just see it all in one place