Skip to main content
customer.unrestricted is off by default. It will not be delivered until you enable it in Dashboard → Developers. See Receiving Webhooks for instructions.
Fired when a previously applied deposit or withdrawal restriction is lifted. The payload shape is the same as customer.restricted. 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 was lifted, not the webhook event name.
  • user is { "email": "..." } when a dashboard user lifted the restriction, and null when Soap lifted it automatically.
  • created_at is a Ruby-formatted timestamp string ("2026-08-25 18:20:59 UTC"), not ISO 8601.

Example Response