Cancel Subscription Failure webhook

Triggered when cancelling a CRM subscription failed after a refund (e.g. subscription not found or already cancelled).

Payload

Information about a cancel subscription failure event

string
enum
required

The event type: subscription.cancel_immediately.failed

Allowed:
date-time
required

The timestamp when the event occurred

data
object
required

Payload when cancelling a CRM subscription failed after a refund alert

Headers
string
required

Unique identifier for the webhook message

string
required

HMAC-SHA256 signature of the webhook payload for verification

string
required

Unix timestamp when the webhook was sent

Responses
200

Return a 200 status to indicate that the data was received successfully

400

Bad request - invalid payload format

401

Unauthorized - invalid webhook signature

500

Internal server error

LoadingLoading…