#ashishchicmic
1 messages · Page 1 of 1 (latest)
Yep, using cards here: https://stripe.com/docs/testing#available-balance
Or trigger it via the CLI: https://stripe.com/docs/cli/trigger#trigger-event-balance_available
still not getting it, I can see that it was not emitted
What have you actually tried?
created an payment. got the payment intent succeed event but i'm not getting balance availble event
Ok, and what's the pi_xxx ID?
pi_3NqCMJDSatVzNODc1SIR8eMW
I see the related evt_xxx: https://dashboard.stripe.com/test/events/evt_3NqCMJDSatVzNODc1FQjucLh
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
They can do yes. There's a lot of async processes that run in the system in order the actually trigger balance events so they're not really ~instant in most cases
one thing more
the available and pending balance shown in the response, does it include stripe fees?
or the balances are the amount after deduction of stripe fees
It's the actual balance in your account available for payout at the time. Any payment fees are taken prior to the balance being 'credited'
you too!