Skip to main content
customer.restricted is off by default. It will not be delivered until you enable it in Dashboard → Developers. See Receiving Webhooks for instructions.
Fired when a customer’s deposit or withdrawal access is restricted inside Soap — by a dashboard user or by automated checks (for example KYC failure or multi-accounting). The matching lift is customer.unrestricted, which uses the same payload shape. This is a customer event, not a checkout event. The payload has no charge, line_items, or subscription fields.

Payload Structure

  • type is which restriction flag changed, not the webhook event name.
  • user is { "email": "..." } when a dashboard user applied the restriction, and null when Soap applied it automatically.
  • created_at is a Ruby-formatted timestamp string ("2026-08-25 18:20:59 UTC"), not ISO 8601.

Example Response

Dashboard-initiated example, with an acting user: