This is a draft cheat sheet. It is a work in progress and is not finished yet.
Account events
account.updated |
Occurs whenever an account status or property has changed. |
account.application.authorized |
Occurs whenever a user authorizes an application. Sent to the related application only. |
account.application.deauthorized |
Occurs whenever a user deauthorizes an application. Sent to the related application only. |
account.external_account.created |
Occurs whenever an external account is created. |
account.external_account.deleted |
Occurs whenever an external account is deleted. |
account.external_account.updated |
Occurs whenever an external account is updated. |
Application fee events
application_fee.created |
Occurs whenever an application fee is created on a charge. |
application_fee.refunded |
Occurs whenever an application fee is refunded, whether from refunding a charge or from refunding the application fee directly. This includes partial refunds. |
application_fee.refund.updated |
Occurs whenever an application fee refund is updated. |
Balance event
balance.available |
Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis. |
Charge events
charge.captured |
Occurs whenever a previously uncaptured charge is captured. |
charge.expired |
Occurs whenever an uncaptured charge expires. |
charge.failed |
Occurs whenever a failed charge attempt occurs. |
charge.pending |
Occurs whenever a pending charge is created. |
charge.refunded |
Occurs whenever a charge is refunded, including partial refunds. |
charge.succeeded |
Occurs whenever a new charge is created and is successful. |
charge.updated |
Occurs whenever a charge description or metadata is updated. |
Dispute events
charge.dispute.closed |
Occurs when a dispute is closed and the dispute status changes to charge_refunded
, lost
, warning_closed
, or won
. |
charge.dispute.created |
Occurs whenever a customer disputes a charge with their bank. |
charge.dispute.funds_reinstated |
Occurs when funds are reinstated to your account after a dispute is won. |
|