Skip to main content
POST
Retry webhook event

Authorizations

Authorization
string
header
required

Organization API key using Authorization: Bearer sk_....

Path Parameters

id
string
required

Identifier of the webhook event.

Response

Webhook event retried

Webhook event after queuing or attempting a manual retry.

id
string
required

Unique identifier of the webhook event.

Example:

"we_1234567890abcdefghij"

createdAt
required

When the webhook event was created.

updatedAt
required

When the webhook event was last updated.

webhookId
string
required

Webhook that receives this event.

Example:

"w_1234567890abcdefghij"

type
enum<string>
required

Webhook event type.

Available options:
INVOICE_CREATED,
INVOICE_CANCELED,
INVOICE_PAID,
INVOICE_PAID_OTHER,
INVOICE_UPDATED,
PAYMENT_CREATED,
PAYMENT_COMPLETED,
PAYMENT_REFUNDED,
PAYMENT_REMINDER_SENT,
PAYMENT_ATTEMPT_FAILED,
PAYMENT_ATTEMPT_SUCCEEDED,
CUSTOMER_CREATED,
CUSTOMER_UPDATED,
CUSTOMER_ARCHIVED,
SUBSCRIPTION_CREATED,
SUBSCRIPTION_UPDATED,
SUBSCRIPTION_CANCELED,
PAYMENT_METHOD_CREATED
status
enum<string>
required

Current delivery status.

Available options:
PENDING,
SUCCESSFUL,
RETRYING,
FAILED
Example:

"SUCCESSFUL"

payload
string
required

Serialized event payload.

connectionId
string
required

Webhook connection identifier.

nextCallAt

Next scheduled retry time, if any.

Example:

null