Created
September 9, 2019 15:23
-
-
Save theikkila/c1df0b1d6990bc360c449885cad4d2d4 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
[{ | |
"event": "account.updated", | |
"description": "Occurs whenever an account status or property has changed.", | |
"object_description": "describes an account", | |
"objects": ["#account_object"] | |
}, { | |
"event": "account.application.authorized", | |
"description": "Occurs whenever a user authorizes an application. Sent to the related application only.Show child attributes", | |
"object_description": "describes an \"application\"", | |
"objects": [] | |
}, { | |
"event": "account.application.deauthorized", | |
"description": "Occurs whenever a user deauthorizes an application. Sent to the related application only.Show child attributes", | |
"object_description": "describes an \"application\"", | |
"objects": [] | |
}, { | |
"event": "account.external_account.created", | |
"description": "Occurs whenever an external account is created.", | |
"object_description": "describes an external account (e.g., card or bank account)", | |
"objects": ["#account_card_object", "#account_bank_account_object"] | |
}, { | |
"event": "account.external_account.deleted", | |
"description": "Occurs whenever an external account is deleted.", | |
"object_description": "describes an external account (e.g., card or bank account)", | |
"objects": ["#account_card_object", "#account_bank_account_object"] | |
}, { | |
"event": "account.external_account.updated", | |
"description": "Occurs whenever an external account is updated.", | |
"object_description": "describes an external account (e.g., card or bank account)", | |
"objects": ["#account_card_object", "#account_bank_account_object"] | |
}, { | |
"event": "application_fee.created", | |
"description": "Occurs whenever an application fee is created on a charge.", | |
"object_description": "describes an application fee", | |
"objects": ["#application_fee_object"] | |
}, { | |
"event": "application_fee.refunded", | |
"description": "Occurs whenever an application fee is refunded, whether from refunding a charge or from refunding the application fee directly. This includes partial refunds.", | |
"object_description": "describes an application fee", | |
"objects": ["#application_fee_object"] | |
}, { | |
"event": "application_fee.refund.updated", | |
"description": "Occurs whenever an application fee refund is updated.", | |
"object_description": "describes a fee refund", | |
"objects": ["#fee_refund_object"] | |
}, { | |
"event": "balance.available", | |
"description": "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.", | |
"object_description": "describes a balance", | |
"objects": ["#balance_object"] | |
}, { | |
"event": "capability.updated", | |
"description": "Occurs whenever a capability has new requirements or a new status.", | |
"object_description": "describes a capability", | |
"objects": ["#capability_object"] | |
}, { | |
"event": "charge.captured", | |
"description": "Occurs whenever a previously uncaptured charge is captured.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.expired", | |
"description": "Occurs whenever an uncaptured charge expires.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.failed", | |
"description": "Occurs whenever a failed charge attempt occurs.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.pending", | |
"description": "Occurs whenever a pending charge is created.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.refunded", | |
"description": "Occurs whenever a charge is refunded, including partial refunds.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.succeeded", | |
"description": "Occurs whenever a new charge is created and is successful.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.updated", | |
"description": "Occurs whenever a charge description or metadata is updated.", | |
"object_description": "describes a charge", | |
"objects": ["#charge_object"] | |
}, { | |
"event": "charge.dispute.closed", | |
"description": "Occurs when a dispute is closed and the dispute status changes to lost, warning_closed, or won.", | |
"object_description": "describes a dispute", | |
"objects": ["#dispute_object"] | |
}, { | |
"event": "charge.dispute.created", | |
"description": "Occurs whenever a customer disputes a charge with their bank.", | |
"object_description": "describes a dispute", | |
"objects": ["#dispute_object"] | |
}, { | |
"event": "charge.dispute.funds_reinstated", | |
"description": "Occurs when funds are reinstated to your account after a dispute is closed. This includes partially refunded payments.", | |
"object_description": "describes a dispute", | |
"objects": ["#dispute_object"] | |
}, { | |
"event": "charge.dispute.funds_withdrawn", | |
"description": "Occurs when funds are removed from your account due to a dispute.", | |
"object_description": "describes a dispute", | |
"objects": ["#dispute_object"] | |
}, { | |
"event": "charge.dispute.updated", | |
"description": "Occurs when the dispute is updated (usually with evidence).", | |
"object_description": "describes a dispute", | |
"objects": ["#dispute_object"] | |
}, { | |
"event": "charge.refund.updated", | |
"description": "Occurs whenever a refund is updated, on selected payment methods.", | |
"object_description": "describes a refund", | |
"objects": ["#refund_object"] | |
}, { | |
"event": "checkout.session.completed", | |
"description": "Occurs when a Checkout Session has been successfully completed.", | |
"object_description": "describes a checkout session", | |
"objects": ["#checkout_session_object"] | |
}, { | |
"event": "coupon.created", | |
"description": "Occurs whenever a coupon is created.", | |
"object_description": "describes a coupon", | |
"objects": ["#coupon_object"] | |
}, { | |
"event": "coupon.deleted", | |
"description": "Occurs whenever a coupon is deleted.", | |
"object_description": "describes a coupon", | |
"objects": ["#coupon_object"] | |
}, { | |
"event": "coupon.updated", | |
"description": "Occurs whenever a coupon is updated.", | |
"object_description": "describes a coupon", | |
"objects": ["#coupon_object"] | |
}, { | |
"event": "credit_note.created", | |
"description": "Occurs whenever a credit note is created.", | |
"object_description": "describes a credit note", | |
"objects": ["#credit_note_object"] | |
}, { | |
"event": "credit_note.updated", | |
"description": "Occurs whenever a credit note is updated.", | |
"object_description": "describes a credit note", | |
"objects": ["#credit_note_object"] | |
}, { | |
"event": "credit_note.voided", | |
"description": "Occurs whenever a credit note is voided.", | |
"object_description": "describes a credit note", | |
"objects": ["#credit_note_object"] | |
}, { | |
"event": "customer.created", | |
"description": "Occurs whenever a new customer is created.", | |
"object_description": "describes a customer", | |
"objects": ["#customer_object"] | |
}, { | |
"event": "customer.deleted", | |
"description": "Occurs whenever a customer is deleted.", | |
"object_description": "describes a customer", | |
"objects": ["#customer_object"] | |
}, { | |
"event": "customer.updated", | |
"description": "Occurs whenever any property of a customer changes.", | |
"object_description": "describes a customer", | |
"objects": ["#customer_object"] | |
}, { | |
"event": "customer.discount.created", | |
"description": "Occurs whenever a coupon is attached to a customer.", | |
"object_description": "describes a discount", | |
"objects": ["#discount_object"] | |
}, { | |
"event": "customer.discount.deleted", | |
"description": "Occurs whenever a coupon is removed from a customer.", | |
"object_description": "describes a discount", | |
"objects": ["#discount_object"] | |
}, { | |
"event": "customer.discount.updated", | |
"description": "Occurs whenever a customer is switched from one coupon to another.", | |
"object_description": "describes a discount", | |
"objects": ["#discount_object"] | |
}, { | |
"event": "customer.source.created", | |
"description": "Occurs whenever a new source is created for a customer.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "customer.source.deleted", | |
"description": "Occurs whenever a source is removed from a customer.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "customer.source.expiring", | |
"description": "Occurs whenever a card or source will expire at the end of the month.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "customer.source.updated", | |
"description": "Occurs whenever a source's details are changed.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "customer.subscription.created", | |
"description": "Occurs whenever a customer is signed up for a new plan.", | |
"object_description": "describes a subscription", | |
"objects": ["#subscription_object"] | |
}, { | |
"event": "customer.subscription.deleted", | |
"description": "Occurs whenever a customer's subscription ends.", | |
"object_description": "describes a subscription", | |
"objects": ["#subscription_object"] | |
}, { | |
"event": "customer.subscription.trial_will_end", | |
"description": "Occurs three days before a subscription's trial period is scheduled to end, or when a trial is ended immediately (using trial_end=now).", | |
"object_description": "describes a subscription", | |
"objects": ["#subscription_object"] | |
}, { | |
"event": "customer.subscription.updated", | |
"description": "Occurs whenever a subscription changes (e.g., switching from one plan to another, or changing the status from trial to active).", | |
"object_description": "describes a subscription", | |
"objects": ["#subscription_object"] | |
}, { | |
"event": "customer.tax_id.created", | |
"description": "Occurs whenever a tax ID is created for a customer.", | |
"object_description": "describes a tax id", | |
"objects": ["#tax_id_object"] | |
}, { | |
"event": "customer.tax_id.deleted", | |
"description": "Occurs whenever a tax ID is deleted from a customer.", | |
"object_description": "describes a tax id", | |
"objects": ["#tax_id_object"] | |
}, { | |
"event": "customer.tax_id.updated", | |
"description": "Occurs whenever a customer's tax ID is updated.", | |
"object_description": "describes a tax id", | |
"objects": ["#tax_id_object"] | |
}, { | |
"event": "file.created", | |
"description": "Occurs whenever a new Stripe-generated file is available for your account.", | |
"object_description": "describes a file", | |
"objects": ["#file_object"] | |
}, { | |
"event": "invoice.created", | |
"description": "Occurs whenever a new invoice is created. To learn how webhooks can be used with this event, and how they can affect it, see Using Webhooks with Subscriptions.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.deleted", | |
"description": "Occurs whenever a draft invoice is deleted.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.finalized", | |
"description": "Occurs whenever a draft invoice is finalized and updated to be an open invoice.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.marked_uncollectible", | |
"description": "Occurs whenever an invoice is marked uncollectible.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.payment_action_required", | |
"description": "Occurs whenever an invoice payment attempt requires further user action to complete.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.payment_failed", | |
"description": "Occurs whenever an invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.payment_succeeded", | |
"description": "Occurs whenever an invoice payment attempt succeeds.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.sent", | |
"description": "Occurs whenever an invoice email is sent out.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.upcoming", | |
"description": "Occurs X number of days before a subscription is scheduled to create an invoice that is automatically charged—where X is determined by your subscriptions settings. Note: The received Invoice object will not have an invoice ID.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.updated", | |
"description": "Occurs whenever an invoice changes (e.g., the invoice amount).", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoice.voided", | |
"description": "Occurs whenever an invoice is voided.", | |
"object_description": "describes an invoice", | |
"objects": ["#invoice_object"] | |
}, { | |
"event": "invoiceitem.created", | |
"description": "Occurs whenever an invoice item is created.", | |
"object_description": "describes an invoiceitem", | |
"objects": ["#invoiceitem_object"] | |
}, { | |
"event": "invoiceitem.deleted", | |
"description": "Occurs whenever an invoice item is deleted.", | |
"object_description": "describes an invoiceitem", | |
"objects": ["#invoiceitem_object"] | |
}, { | |
"event": "invoiceitem.updated", | |
"description": "Occurs whenever an invoice item is updated.", | |
"object_description": "describes an invoiceitem", | |
"objects": ["#invoiceitem_object"] | |
}, { | |
"event": "issuing_authorization.created", | |
"description": "Occurs whenever an authorization is created.", | |
"object_description": "describes an issuing authorization", | |
"objects": ["#issuing_authorization_object"] | |
}, { | |
"event": "issuing_authorization.request", | |
"description": "Represents a synchronous request for authorization, see Using your integration to handle authorization requests.", | |
"object_description": "describes an issuing authorization", | |
"objects": ["#issuing_authorization_object"] | |
}, { | |
"event": "issuing_authorization.updated", | |
"description": "Occurs whenever an authorization is updated.", | |
"object_description": "describes an issuing authorization", | |
"objects": ["#issuing_authorization_object"] | |
}, { | |
"event": "issuing_card.created", | |
"description": "Occurs whenever a card is created.", | |
"object_description": "describes an issuing card", | |
"objects": ["#issuing_card_object"] | |
}, { | |
"event": "issuing_card.updated", | |
"description": "Occurs whenever a card is updated.", | |
"object_description": "describes an issuing card", | |
"objects": ["#issuing_card_object"] | |
}, { | |
"event": "issuing_cardholder.created", | |
"description": "Occurs whenever a cardholder is created.", | |
"object_description": "describes an issuing cardholder", | |
"objects": ["#issuing_cardholder_object"] | |
}, { | |
"event": "issuing_cardholder.updated", | |
"description": "Occurs whenever a cardholder is updated.", | |
"object_description": "describes an issuing cardholder", | |
"objects": ["#issuing_cardholder_object"] | |
}, { | |
"event": "issuing_dispute.created", | |
"description": "Occurs whenever a dispute is created.", | |
"object_description": "describes an issuing dispute", | |
"objects": ["#issuing_dispute_object"] | |
}, { | |
"event": "issuing_dispute.updated", | |
"description": "Occurs whenever a dispute is updated.", | |
"object_description": "describes an issuing dispute", | |
"objects": ["#issuing_dispute_object"] | |
}, { | |
"event": "issuing_settlement.created", | |
"description": "Occurs whenever an issuing settlement is created.", | |
"object_description": "describes an issuing settlement", | |
"objects": ["#issuing_settlement_object"] | |
}, { | |
"event": "issuing_settlement.updated", | |
"description": "Occurs whenever an issuing settlement is updated.", | |
"object_description": "describes an issuing settlement", | |
"objects": ["#issuing_settlement_object"] | |
}, { | |
"event": "issuing_transaction.created", | |
"description": "Occurs whenever an issuing transaction is created.", | |
"object_description": "describes an issuing transaction", | |
"objects": ["#issuing_transaction_object"] | |
}, { | |
"event": "issuing_transaction.updated", | |
"description": "Occurs whenever an issuing transaction is updated.", | |
"object_description": "describes an issuing transaction", | |
"objects": ["#issuing_transaction_object"] | |
}, { | |
"event": "order.created", | |
"description": "Occurs whenever an order is created.", | |
"object_description": "describes an order", | |
"objects": ["#order_object"] | |
}, { | |
"event": "order.payment_failed", | |
"description": "Occurs whenever an order payment attempt fails.", | |
"object_description": "describes an order", | |
"objects": ["#order_object"] | |
}, { | |
"event": "order.payment_succeeded", | |
"description": "Occurs whenever an order payment attempt succeeds.", | |
"object_description": "describes an order", | |
"objects": ["#order_object"] | |
}, { | |
"event": "order.updated", | |
"description": "Occurs whenever an order is updated.", | |
"object_description": "describes an order", | |
"objects": ["#order_object"] | |
}, { | |
"event": "order_return.created", | |
"description": "Occurs whenever an order return is created.", | |
"object_description": "describes an order return", | |
"objects": ["#order_return_object"] | |
}, { | |
"event": "payment_intent.amount_capturable_updated", | |
"description": "Occurs when a PaymentIntent has funds to be captured. Check the amount_capturable property on the PaymentIntent to determine the amount that can be captured. You may capture the PaymentIntent with an amount_to_capture value up to the specified amount. Learn more about capturing PaymentIntents.", | |
"object_description": "describes a payment intent", | |
"objects": ["#payment_intent_object"] | |
}, { | |
"event": "payment_intent.created", | |
"description": "Occurs when a new PaymentIntent is created.", | |
"object_description": "describes a payment intent", | |
"objects": ["#payment_intent_object"] | |
}, { | |
"event": "payment_intent.payment_failed", | |
"description": "Occurs when a PaymentIntent has failed the attempt to create a source or a payment.", | |
"object_description": "describes a payment intent", | |
"objects": ["#payment_intent_object"] | |
}, { | |
"event": "payment_intent.succeeded", | |
"description": "Occurs when a PaymentIntent has been successfully fulfilled.", | |
"object_description": "describes a payment intent", | |
"objects": ["#payment_intent_object"] | |
}, { | |
"event": "payment_method.attached", | |
"description": "Occurs whenever a new payment method is attached to a customer.", | |
"object_description": "describes a payment method", | |
"objects": ["#payment_method_object"] | |
}, { | |
"event": "payment_method.card_automatically_updated", | |
"description": "Occurs whenever a card payment method's details are automatically updated by the network.", | |
"object_description": "describes a payment method", | |
"objects": ["#payment_method_object"] | |
}, { | |
"event": "payment_method.detached", | |
"description": "Occurs whenever a payment method is detached from a customer.", | |
"object_description": "describes a payment method", | |
"objects": ["#payment_method_object"] | |
}, { | |
"event": "payment_method.updated", | |
"description": "Occurs whenever a payment method is updated via the PaymentMethod update API.", | |
"object_description": "describes a payment method", | |
"objects": ["#payment_method_object"] | |
}, { | |
"event": "payout.canceled", | |
"description": "Occurs whenever a payout is canceled.", | |
"object_description": "describes a payout", | |
"objects": ["#payout_object"] | |
}, { | |
"event": "payout.created", | |
"description": "Occurs whenever a payout is created.", | |
"object_description": "describes a payout", | |
"objects": ["#payout_object"] | |
}, { | |
"event": "payout.failed", | |
"description": "Occurs whenever a payout attempt fails.", | |
"object_description": "describes a payout", | |
"objects": ["#payout_object"] | |
}, { | |
"event": "payout.paid", | |
"description": "Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time.", | |
"object_description": "describes a payout", | |
"objects": ["#payout_object"] | |
}, { | |
"event": "payout.updated", | |
"description": "Occurs whenever a payout's metadata is updated.", | |
"object_description": "describes a payout", | |
"objects": ["#payout_object"] | |
}, { | |
"event": "person.created", | |
"description": "Occurs whenever a person associated with an account is created.", | |
"object_description": "describes a person", | |
"objects": ["#person_object"] | |
}, { | |
"event": "person.deleted", | |
"description": "Occurs whenever a person associated with an account is deleted.", | |
"object_description": "describes a person", | |
"objects": ["#person_object"] | |
}, { | |
"event": "person.updated", | |
"description": "Occurs whenever a person associated with an account is updated.", | |
"object_description": "describes a person", | |
"objects": ["#person_object"] | |
}, { | |
"event": "plan.created", | |
"description": "Occurs whenever a plan is created.", | |
"object_description": "describes a plan", | |
"objects": ["#plan_object"] | |
}, { | |
"event": "plan.deleted", | |
"description": "Occurs whenever a plan is deleted.", | |
"object_description": "describes a plan", | |
"objects": ["#plan_object"] | |
}, { | |
"event": "plan.updated", | |
"description": "Occurs whenever a plan is updated.", | |
"object_description": "describes a plan", | |
"objects": ["#plan_object"] | |
}, { | |
"event": "product.created", | |
"description": "Occurs whenever a product is created.", | |
"object_description": "describes a product", | |
"objects": ["#product_object"] | |
}, { | |
"event": "product.deleted", | |
"description": "Occurs whenever a product is deleted.", | |
"object_description": "describes a product", | |
"objects": ["#product_object"] | |
}, { | |
"event": "product.updated", | |
"description": "Occurs whenever a product is updated.", | |
"object_description": "describes a product", | |
"objects": ["#product_object"] | |
}, { | |
"event": "radar.early_fraud_warning.created", | |
"description": "Occurs whenever an early fraud warning is created.", | |
"object_description": "describes an early fraud warning", | |
"objects": ["#early_fraud_warning_object"] | |
}, { | |
"event": "radar.early_fraud_warning.updated", | |
"description": "Occurs whenever an early fraud warning is updated.", | |
"object_description": "describes an early fraud warning", | |
"objects": ["#early_fraud_warning_object"] | |
}, { | |
"event": "recipient.created", | |
"description": "Occurs whenever a recipient is created.", | |
"object_description": "describes a recipient", | |
"objects": ["#recipient_object"] | |
}, { | |
"event": "recipient.deleted", | |
"description": "Occurs whenever a recipient is deleted.", | |
"object_description": "describes a recipient", | |
"objects": ["#recipient_object"] | |
}, { | |
"event": "recipient.updated", | |
"description": "Occurs whenever a recipient is updated.", | |
"object_description": "describes a recipient", | |
"objects": ["#recipient_object"] | |
}, { | |
"event": "reporting.report_run.failed", | |
"description": "Occurs whenever a requested **ReportRun** failed to complete.", | |
"object_description": "describes a report run", | |
"objects": ["#report_run_object"] | |
}, { | |
"event": "reporting.report_run.succeeded", | |
"description": "Occurs whenever a requested **ReportRun** completed succesfully.", | |
"object_description": "describes a report run", | |
"objects": ["#report_run_object"] | |
}, { | |
"event": "reporting.report_type.updated", | |
"description": "Occurs whenever a **ReportType** is updated (typically to indicate that a new day's data has come available).", | |
"object_description": "describes a report type", | |
"objects": ["#report_type_object"] | |
}, { | |
"event": "review.closed", | |
"description": "Occurs whenever a review is closed. The review's reason field indicates why: approved, disputed, refunded, or refunded_as_fraud.", | |
"object_description": "describes a review", | |
"objects": ["#review_object"] | |
}, { | |
"event": "review.opened", | |
"description": "Occurs whenever a review is opened.", | |
"object_description": "describes a review", | |
"objects": ["#review_object"] | |
}, { | |
"event": "setup_intent.created", | |
"description": "Occurs when a new SetupIntent is created.", | |
"object_description": "describes a setup intent", | |
"objects": ["#setup_intent_object"] | |
}, { | |
"event": "setup_intent.setup_failed", | |
"description": "Occurs when a SetupIntent has failed the attempt to setup a payment method.", | |
"object_description": "describes a setup intent", | |
"objects": ["#setup_intent_object"] | |
}, { | |
"event": "setup_intent.succeeded", | |
"description": "Occurs when an SetupIntent has successfully setup a payment method.", | |
"object_description": "describes a setup intent", | |
"objects": ["#setup_intent_object"] | |
}, { | |
"event": "sigma.scheduled_query_run.created", | |
"description": "Occurs whenever a Sigma scheduled query run finishes.", | |
"object_description": "describes a scheduled query run", | |
"objects": ["#scheduled_query_run_object"] | |
}, { | |
"event": "sku.created", | |
"description": "Occurs whenever a SKU is created.", | |
"object_description": "describes a sku", | |
"objects": ["#sku_object"] | |
}, { | |
"event": "sku.deleted", | |
"description": "Occurs whenever a SKU is deleted.", | |
"object_description": "describes a sku", | |
"objects": ["#sku_object"] | |
}, { | |
"event": "sku.updated", | |
"description": "Occurs whenever a SKU is updated.", | |
"object_description": "describes a sku", | |
"objects": ["#sku_object"] | |
}, { | |
"event": "source.canceled", | |
"description": "Occurs whenever a source is canceled.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "source.chargeable", | |
"description": "Occurs whenever a source transitions to chargeable.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "source.failed", | |
"description": "Occurs whenever a source fails.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "source.mandate_notification", | |
"description": "Occurs whenever a source mandate notification method is set to manual.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "source.refund_attributes_required", | |
"description": "Occurs whenever the refund attributes are required on a receiver source to process a refund or a mispayment.", | |
"object_description": "describes a source (e.g., card)", | |
"objects": ["#card_object"] | |
}, { | |
"event": "source.transaction.created", | |
"description": "Occurs whenever a source transaction is created.", | |
"object_description": "describes a source transaction", | |
"objects": ["#source-transactions"] | |
}, { | |
"event": "source.transaction.updated", | |
"description": "Occurs whenever a source transaction is updated.", | |
"object_description": "describes a source transaction", | |
"objects": ["#source-transactions"] | |
}, { | |
"event": "tax_rate.created", | |
"description": "Occurs whenever a new tax rate is created.", | |
"object_description": "describes a tax rate", | |
"objects": ["#tax_rate_object"] | |
}, { | |
"event": "tax_rate.updated", | |
"description": "Occurs whenever a tax rate is updated.", | |
"object_description": "describes a tax rate", | |
"objects": ["#tax_rate_object"] | |
}, { | |
"event": "topup.canceled", | |
"description": "Occurs whenever a top-up is canceled.", | |
"object_description": "describes a topup", | |
"objects": ["#topup_object"] | |
}, { | |
"event": "topup.created", | |
"description": "Occurs whenever a top-up is created.", | |
"object_description": "describes a topup", | |
"objects": ["#topup_object"] | |
}, { | |
"event": "topup.failed", | |
"description": "Occurs whenever a top-up fails.", | |
"object_description": "describes a topup", | |
"objects": ["#topup_object"] | |
}, { | |
"event": "topup.reversed", | |
"description": "Occurs whenever a top-up is reversed.", | |
"object_description": "describes a topup", | |
"objects": ["#topup_object"] | |
}, { | |
"event": "topup.succeeded", | |
"description": "Occurs whenever a top-up succeeds.", | |
"object_description": "describes a topup", | |
"objects": ["#topup_object"] | |
}, { | |
"event": "transfer.created", | |
"description": "Occurs whenever a transfer is created.", | |
"object_description": "describes a transfer", | |
"objects": ["#transfer_object"] | |
}, { | |
"event": "transfer.failed", | |
"description": "Occurs whenever a transfer failed.", | |
"object_description": "describes a transfer", | |
"objects": ["#transfer_object"] | |
}, { | |
"event": "transfer.paid", | |
"description": "Occurs after a transfer is paid. For Instant Payouts, the event will be sent on the next business day, although the funds should be received well beforehand.", | |
"object_description": "describes a transfer", | |
"objects": ["#transfer_object"] | |
}, { | |
"event": "transfer.reversed", | |
"description": "Occurs whenever a transfer is reversed, including partial reversals.", | |
"object_description": "describes a transfer", | |
"objects": ["#transfer_object"] | |
}, { | |
"event": "transfer.updated", | |
"description": "Occurs whenever a transfer's description or metadata is updated.", | |
"object_description": "describes a transfer", | |
"objects": ["#transfer_object"] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment