#falco-customerbalance-events
1 messages · Page 1 of 1 (latest)
Hi! Let me check
I mean, I search in multiple places. All of them officially by Stripe. Rather Stripe API, Stripe Doc or Stripe dot net Github repository
Why I wanted to listen to those events? Well, whenever a client of my site transfer money to their cash balance I wanted to sent a email notification
So that's why I wanted to understand the difference between those two events and why I'm not able to find the customer.balance_funded one
gotcha, yeah I unfortunately don't know much about this part of the integration. I think I've seen you ask questions about this before here but most of us are unfamiliar with it as it's still rarely used. When I look at our code for customer.balance_funded there absolutely no doc ever mentioning it 😅
As far as I can tell that Event was for an old beta that you likely were a part of
What exact bit of code or command on the CLI are you using to trigger those Events?
Do you have maybe an example Event id evt_123 I can look at?
Ohh okay
Well it's not a command on the CLI
It's a feature that you can trigger from the stripe dashboard it self
You enter in the test mode in a customer
under the cash balance payment method
You have the ability to fund cash (simulate a transfer). It's basically simulate a transfer to add money to the customer cash balance
When I perform that action, those two events are triggered
ah yeah okay I see the same Event and I think I'm in the same beta.
Let me try a new account!
Yeah I don't get it I see it on a brand new account
The event you mean?
yep, asking my team give me a few minutes
Sure! Thanks
Okay yeah my team confirms this Event is deprecated and really shouldn't be sent, this looks like a real bug so you should report this to our support team: https://support.stripe.com/contact
I'll flag too
in the meantime I'd recommend just ignoring that Event type entirely