{
"id": "evt_abc123",
"type": "account.status_changed",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "account",
"id": "acc_abc123"
},
"data": {
"object": {
"id": "acc_abc123",
"customerId": "cus_abc123",
"type": "wallet",
"network": "base",
"origin": "issued",
"status": "archived",
"openTaskIds": [],
"currency": "USDC",
"isDefault": false,
"details": {
"network": "base",
"address": "0xabc"
},
"fees": {
"breakdown": {
"developer": null
}
},
"createdAt": "2026-07-04T12:00:00.000Z",
"updatedAt": "2026-07-04T12:30:00.000Z",
"archivedAt": "2026-07-04T12:30:00.000Z"
},
"previous": {
"state": "ready"
}
}
}API Reference
Account status changed
Triggered when a v3 account status or default-account state changes.
{
"id": "evt_abc123",
"type": "account.status_changed",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "account",
"id": "acc_abc123"
},
"data": {
"object": {
"id": "acc_abc123",
"customerId": "cus_abc123",
"type": "wallet",
"network": "base",
"origin": "issued",
"status": "archived",
"openTaskIds": [],
"currency": "USDC",
"isDefault": false,
"details": {
"network": "base",
"address": "0xabc"
},
"fees": {
"breakdown": {
"developer": null
}
},
"createdAt": "2026-07-04T12:00:00.000Z",
"updatedAt": "2026-07-04T12:30:00.000Z",
"archivedAt": "2026-07-04T12:30:00.000Z"
},
"previous": {
"state": "ready"
}
}
}Authorizations
Your Swipelux API key. Obtain this from the Swipelux Dashboard.
Body
application/json
Stable webhook event id for deduplication.
Allowed value:
"account.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.