Triggered when a recipient account created or changed through hosted recipient creation changes state. See the Embedded Flows guide for an example recipient creation flow.
Events may not be delivered in the order they occurred. Use data.resource.occurred_at to reconcile the order. See the Event Ordering guide for details.
- Event type:
recipients#state-change - Profile level subscriptions: Supported
- Application level subscriptions: Supported
RSA-SHA256 signature of the request body, Base64 encoded. Verify this against the Wise public key to ensure the request is authentic and has not been tampered with.
Example:t7FMhk3OARMgwqz0LJXO...
Version of the event schema. Determined by the schema_version on your webhook subscription.
Value:"4.0.0"
Example:"4.0.0"
Discriminator
ID of the webhook subscription that triggered this event.
Example:"ced03af9-be76-46ac-ada8-7fe935792290"
Event type identifier.
Value:"recipients#state-change"
Example:"recipients#state-change"
Timestamp when the event was sent.
Example:"2026-06-15T13:18:20.265Z"
- Production Environmenthttps://api.wise.com/2026Q3/recipients#state-change
- Sandbox Environmenthttps://api.wise-sandbox.com/2026Q3/recipients#state-change
{ "schema_version": "4.0.0", "subscription_id": "ced03af9-be76-46ac-ada8-7fe935792290", "event_type": "recipients#state-change", "sent_at": "2026-06-15T13:18:20.265Z", "data": { "resource": { "id": "700525176", "occurred_at": "2026-06-15T13:18:20.265Z", "data": { … } } } }
Response
{ "status": "ok" }