Created
February 28, 2022 22:45
-
-
Save jasonbyrne/abda74afc73f0d66f969b994433da473 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const stripeWebhooks = [ | |
"account.updated", | |
"account.application.authorized", | |
"attributesaccount.application.deauthorized", | |
"attributesaccount.external_account.created", | |
"account.external_account.deleted", | |
"account.external_account.updated", | |
"application_fee.created", | |
"application_fee.refunded", | |
"application_fee.refund.updated", | |
"balance.available", | |
"billing_portal.configuration.created", | |
"billing_portal.configuration.updated", | |
"capability.updated", | |
"charge.captured", | |
"charge.expired", | |
"charge.failed", | |
"charge.pending", | |
"charge.refunded", | |
"charge.succeeded", | |
"charge.updated", | |
"charge.dispute.closed", | |
"charge.dispute.created", | |
"charge.dispute.funds_reinstated", | |
"charge.dispute.funds_withdrawn", | |
"charge.dispute.updated", | |
"charge.refund.updated", | |
"checkout.session.async_payment_failed", | |
"checkout.session.async_payment_succeeded", | |
"checkout.session.completed", | |
"checkout.session.expired", | |
"coupon.created", | |
"coupon.deleted", | |
"coupon.updated", | |
"credit_note.created", | |
"credit_note.updated", | |
"credit_note.voided", | |
"customer.created", | |
"customer.deleted", | |
"customer.updated", | |
"customer.discount.created", | |
"customer.discount.deleted", | |
"customer.discount.updated", | |
"customer.source.created", | |
"customer.source.deleted", | |
"customer.source.expiring", | |
"customer.source.updated", | |
"customer.subscription.created", | |
"customer.subscription.deleted", | |
"customer.subscription.pending_update_applied", | |
"customer.subscription.pending_update_expired", | |
"customer.subscription.trial_will_end", | |
"customer.subscription.updated", | |
"customer.tax_id.created", | |
"customer.tax_id.deleted", | |
"customer.tax_id.updated", | |
"file.created", | |
"identity.verification_session.canceled", | |
"identity.verification_session.created", | |
"identity.verification_session.processing", | |
"identity.verification_session.redacted", | |
"identity.verification_session.requires_input", | |
"identity.verification_session.verified", | |
"invoice.created", | |
"invoice.deleted", | |
"invoice.finalization_failed", | |
"invoice.finalized", | |
"invoice.marked_uncollectible", | |
"invoice.paid", | |
"invoice.payment_action_required", | |
"invoice.payment_failed", | |
"invoice.payment_succeeded", | |
"invoice.sent", | |
"invoice.upcoming", | |
"invoice.updated", | |
"invoice.voided", | |
"invoiceitem.created", | |
"invoiceitem.deleted", | |
"invoiceitem.updated", | |
"issuing_authorization.created", | |
"issuing_authorization.request", | |
"issuing_authorization.updated", | |
"issuing_card.created", | |
"issuing_card.updated", | |
"issuing_cardholder.created", | |
"issuing_cardholder.updated", | |
"issuing_dispute.closed", | |
"issuing_dispute.created", | |
"issuing_dispute.funds_reinstated", | |
"issuing_dispute.submitted", | |
"issuing_dispute.updated", | |
"issuing_transaction.created", | |
"issuing_transaction.updated", | |
"mandate.updated", | |
"order.created", | |
"order.payment_failed", | |
"order.payment_succeeded", | |
"order.updated", | |
"order_return.created", | |
"payment_intent.amount_capturable_updated", | |
"payment_intent.canceled", | |
"payment_intent.created", | |
"payment_intent.payment_failed", | |
"payment_intent.processing", | |
"payment_intent.requires_action", | |
"payment_intent.succeeded", | |
"payment_link.created", | |
"payment_link.updated", | |
"payment_method.attached", | |
"payment_method.automatically_updated", | |
"payment_method.detached", | |
"payment_method.updated", | |
"payout.canceled", | |
"payout.created", | |
"payout.failed", | |
"payout.paid", | |
"payout.updated", | |
"person.created", | |
"person.deleted", | |
"person.updated", | |
"plan.created", | |
"plan.deleted", | |
"plan.updated", | |
"price.created", | |
"price.deleted", | |
"price.updated", | |
"product.created", | |
"product.deleted", | |
"product.updated", | |
"promotion_code.created", | |
"promotion_code.updated", | |
"quote.accepted", | |
"quote.canceled", | |
"quote.created", | |
"quote.finalized", | |
"radar.early_fraud_warning.created", | |
"radar.early_fraud_warning.updated", | |
"recipient.created", | |
"recipient.deleted", | |
"recipient.updated", | |
"reporting.report_run.failed", | |
"reporting.report_run.succeeded", | |
"reporting.report_type.updated", | |
"review.closed", | |
"review.opened", | |
"setup_intent.canceled", | |
"setup_intent.created", | |
"setup_intent.requires_action", | |
"setup_intent.setup_failed", | |
"setup_intent.succeeded", | |
"sigma.scheduled_query_run.created", | |
"sku.created", | |
"sku.deleted", | |
"sku.updated", | |
"source.canceled", | |
"source.chargeable", | |
"source.failed", | |
"source.mandate_notification", | |
"source.refund_attributes_required", | |
"source.transaction.created", | |
"source.transaction.updated", | |
"subscription_schedule.aborted", | |
"subscription_schedule.canceled", | |
"subscription_schedule.completed", | |
"subscription_schedule.created", | |
"subscription_schedule.expiring", | |
"subscription_schedule.released", | |
"subscription_schedule.updated", | |
"tax_rate.created", | |
"tax_rate.updated", | |
"topup.canceled", | |
"topup.created", | |
"topup.failed", | |
"topup.reversed", | |
"topup.succeeded", | |
"transfer.created", | |
"transfer.failed", | |
"transfer.paid", | |
"transfer.reversed", | |
"transfer.updated" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment