#thomasst
1 messages · Page 1 of 1 (latest)
Looks like it came from a dashboard action https://dashboard.stripe.com/logs/req_VyhEVwPELYDVK8
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Checking for an event as well. I would expect one to have been sent here
Not finding it, still looking through logs and I can consult my colleagus on this one
I assume we are looking for a customer_cash_balance_transaction.created event here?
yeah
Do you receive these events otherwise? I am having trouble finding other instances of that event on your account
I guess I don't. What could be the reason we don't get thtem?
I am not sure about that either. I will ask my colleagues.
Thanks
🤦 That object is not a cash balance transaction, it is a credit adjustment
So it actually did create a customer.updated event https://dashboard.stripe.com/events/evt_0O2cvn4rOYBvHyzsRIDBq99I
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
For more on each of these objects, we have these docs: https://stripe.com/docs/api/customer_balance_transactions
https://stripe.com/docs/api/cash_balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks!