Last active
December 22, 2015 15:15
-
-
Save Francois-Francois/a4b0399da11eeeb4798a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['account.updated', | |
'account.application.deauthorized', | |
'account.external_account.created', | |
'account.external_account.deleted', | |
'account.external_account.updated', | |
'application_fee.created', | |
'application_fee.refunded', | |
'application_fee.refund.updated', | |
'balance.available', | |
'bitcoin.receiver.created', | |
'bitcoin.receiver.filled', | |
'bitcoin.receiver.updated', | |
'bitcoin.receiver.transaction.created', | |
'charge.captured', | |
'charge.failed', | |
'charge.refunded', | |
'charge.succeeded', | |
'charge.updated', | |
'charge.dispute.closed', | |
'charge.dispute.created', | |
'charge.dispute.funds_reinstated', | |
'charge.dispute.funds_withdrawn', | |
'charge.dispute.updated', | |
'coupon.created', | |
'coupon.deleted', | |
'coupon.updated', | |
'customer.created', | |
'customer.deleted', | |
'customer.updated', | |
'customer.discount.created', | |
'customer.discount.deleted', | |
'customer.discount.updated', | |
'customer.source.created', | |
'customer.source.deleted', | |
'customer.source.updated', | |
'customer.subscription.created', | |
'customer.subscription.deleted', | |
'customer.subscription.trial_will_end', | |
'customer.subscription.updated', | |
'invoice.created', | |
'invoice.payment_failed', | |
'invoice.payment_succeeded', | |
'invoice.updated', | |
'invoiceitem.created', | |
'invoiceitem.deleted', | |
'invoiceitem.updated', | |
'order.created', | |
'order.payment_failed', | |
'order.payment_succeeded', | |
'order.updated', | |
'plan.created', | |
'plan.deleted', | |
'plan.updated', | |
'product.created', | |
'product.updated', | |
'recipient.created', | |
'recipient.deleted', | |
'recipient.updated', | |
'sku.created', | |
'sku.updated', | |
'transfer.created', | |
'transfer.failed', | |
'transfer.paid', | |
'transfer.reversed', | |
'transfer.updated', | |
'ping']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment