{
"id": "evt_abc123",
"type": "destination.status_changed",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "destination",
"id": "dst_abc123"
},
"data": {
"object": {
"id": "dst_abc123",
"type": "ach",
"currency": "USD",
"status": "ready",
"details": {
"routingNumber": "021000021",
"accountNumber": "123456789",
"accountHolderName": "Ada Lovelace",
"bankName": "Example Bank",
"country": "US"
},
"createdAt": "2026-07-04T12:00:00.000Z",
"updatedAt": "2026-07-04T12:30:00.000Z",
"archivedAt": null
},
"previous": {
"state": "in_review"
}
}
}API Reference
Destination status changed
Triggered when a v3 recipient destination enters a new public state.
{
"id": "evt_abc123",
"type": "destination.status_changed",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "destination",
"id": "dst_abc123"
},
"data": {
"object": {
"id": "dst_abc123",
"type": "ach",
"currency": "USD",
"status": "ready",
"details": {
"routingNumber": "021000021",
"accountNumber": "123456789",
"accountHolderName": "Ada Lovelace",
"bankName": "Example Bank",
"country": "US"
},
"createdAt": "2026-07-04T12:00:00.000Z",
"updatedAt": "2026-07-04T12:30:00.000Z",
"archivedAt": null
},
"previous": {
"state": "in_review"
}
}
}Authorizations
Your Swipelux API key. Obtain this from the Swipelux Dashboard.
Body
application/json
Stable webhook event id for deduplication.
Allowed value:
"destination.status_changed"Envelope attempt value; currently always 1 and unchanged by delivery retries.
Available options:
1 Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
200
Webhook accepted by the merchant endpoint.