Skip to main content
WEBHOOK
/
customer.deleted
{
  "data": {
    "id": "cus_GqfKXLmg61LURZhB"
  },
  "type": "customer.deleted",
  "object": "event",
  "timestamp": "2021-01-01T00:00:00Z"
}

Body

application/json

Customer Id Schema

Webhook payload for customer.deleted events

data
object
required
timestamp
string
required

ISO 8601 timestamp when the event occurred

Example:

"2021-01-01T00:00:00Z"

type
string
default:customer.deleted

Event type for customer.deleted

Example:

"customer.deleted"

object
string
default:event

Object type, always "event"

Example:

"event"

Response

200

Webhook received successfully

I