Setupintent canceled
Sent when a setup intent is canceled
Required permissions:
payment:setup_intent:readmember:basic:readmember:email:readwebhook_receive:setup_intents
Headers
A unique identifier for this webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The signature of the webhook request with the webhook version prepended
"v1,BASE64ENCODEDSIGNATURE"
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
"1727606400"
Body
The API version for this webhook
"v1""v1"
A setup intent allows a user to save a payment method for future use without making an immediate purchase.
A unique ID for every single webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The timestamp in ISO 8601 format that the webhook was sent at on the server
"2025-01-01T00:00:00.000Z"
The webhook event type
"setup_intent.canceled""setup_intent.canceled"
The company ID that this webhook event is associated with
"biz_xxxxxxxxxxxxxx"
Response
Return a 200 status to indicate that the data was received successfully

