#eirikbakke
1 messages · Page 1 of 1 (latest)
Hi, you are correct, they are not mirrored 100% of the time and what you want to listen to depends on your integration. You might want to watch this: https://stripe.com/docs/payments/tour#payment-objects explanation on how objects relate to each other.
OK, thank you! Also, what is the difference between refund.created and charge.refunded?
You can look at our document for explanation of each events: https://stripe.com/docs/api/events/types#event_types-charge.refunded and https://stripe.com/docs/api/events/types#event_types-refund.created
I'm not sure what the difference between "Occurs whenever a refund from a customer’s cash balance is created." and "Occurs whenever a charge is refunded, including partial refunds." is
(The earlier video was useful, by the way; I understand now that PaymentIntents are a concept on top of Charges, rather than a new API that deprecates the latter.)
Customers can add funds to their cash balance by sending a bank transfer. These funds can be used for payment and can eventually be paid out to your bank account.
You can fund a cash balance in test mode here: https://stripe.com/docs/api/cash_balance_transactions/fund_cash_balance and test this out