#Xythantiops
1 messages · Page 1 of 1 (latest)
Hi, can you confirm what you're referring to as a transaction here?
Are you referring to Balance Transactions, https://stripe.com/docs/api/balance_transactions or are you talking about Transactions, https://stripe.com/docs/api/treasury/transactions with Treasury, https://stripe.com/docs/api/treasury/financial_accounts?
Or something else entirely?
Sure, I was thinking of an event as a transaction like charge.failed or charge.succeeded
Ahh! You're referring to webhook events.
Yes, you'd get a unique event id, https://stripe.com/docs/api/events to each event that is fired. The object would start with evt_xxxx and you can find them in the Dashboard here, https://dashboard.stripe.com/events
When an event occurs, we create a new Event object.
Thank you for confirming that