{
"id": "evt_abc123",
"type": "customer.created",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "customer",
"id": "cus_abc123"
},
"data": {
"object": {
"id": "cus_abc123",
"type": "individual",
"externalId": "customer-123",
"changedSubresources": [],
"createdAt": "2026-05-18T10:00:00.000Z",
"updatedAt": "2026-05-18T10:00:00.000Z"
}
}
}API Reference
Customer created
Triggered after a v3 customer creation transaction and its redacted outbox event commit atomically.
{
"id": "evt_abc123",
"type": "customer.created",
"createdAt": "2026-07-04T12:00:00.000Z",
"attempt": 1,
"resource": {
"type": "customer",
"id": "cus_abc123"
},
"data": {
"object": {
"id": "cus_abc123",
"type": "individual",
"externalId": "customer-123",
"changedSubresources": [],
"createdAt": "2026-05-18T10:00:00.000Z",
"updatedAt": "2026-05-18T10:00:00.000Z"
}
}
}Authorizations
Your Swipelux API key. Obtain this from the Swipelux Dashboard.
Body
application/json
Stable webhook event id for deduplication.
Allowed value:
"customer.created"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.