events field (use ["*"] to subscribe to all).| Event | Description |
|---|---|
payment_intent.created | A payment intent has been created. |
payment_intent.requires_payment_method | The payment intent is waiting for a payment method. |
payment_intent.requires_customer_action | Additional customer action is required (e.g. 3DS authentication). |
payment_intent.requires_capture | The payment is authorized and awaiting capture. |
payment_intent.pending | The payment request has been accepted and is awaiting the final result. |
payment_intent.succeeded | The payment has completed successfully. |
payment_intent.cancelled | The payment intent has been canceled. |
payment_intent.failed | The payment intent has failed. |
| Event | Description |
|---|---|
refund.received | The refund request has been received and queued for processing. |
refund.accepted | The refund has been accepted by the provider and is now in progress. Final settlement timing depends on the issuing bank or payment method. |
refund.succeeded | The refund has completed successfully. |
refund.failed | The refund has failed. |
| Event | Description |
|---|---|
subscription.created | A subscription has been created. |
subscription.active | The subscription is now active. |
subscription.paused | The subscription has been paused. |
subscription.unpaid | The subscription is unpaid due to outstanding invoices. |
subscription.cancelled | The subscription has been canceled. |
subscription.expired | The subscription has expired. |
| Event | Description |
|---|---|
invoice.sent | The invoice is ready to be paid. |
invoice.paid | The invoice has been paid. |
invoice.payment_failed | Invoice payment has failed. |
invoice.cancelled | The invoice has been canceled. |
| Event | Description |
|---|---|
checkout_session.completed | A checkout session has been completed successfully. |
checkout_session.expired | A checkout session has expired before completion. |
| Event | Description |
|---|---|
dispute.created | A dispute has been created. |
dispute.closed | A dispute has been closed. |
| Event | Description |
|---|---|
capture.succeeded | A capture succeeded. |
capture.failed | A capture failed. |