Cancel Subscription Success webhook

Triggered when a CRM subscription was successfully cancelled after a refund (e.g. Chargebee or Recurly).

Payload

Information about a cancel subscription success event

string
enum
required

The event type: subscription.cancel_immediately.success

Allowed:
date-time
required

The timestamp when the event occurred

data
object
required

Payload when a CRM subscription was successfully cancelled 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…