Worldpay Customer Event Service API — lifecycle events for provisioned NPTs.
This API delivers webhook events when network tokens change state:
- Token created
- Token updated (e.g. card reissued, new expiry)
- Token deleted / expired
These events are separate from payment lifecycle events (see Worldpay.Webhooks).
Setup
Register your Customer Event Service endpoint URL with your Worldpay Implementation Manager. Events are delivered as JSON webhooks.
Event types
| Type | Description |
|---|---|
token_created | New NPT provisioned |
token_updated | NPT details changed (account updater) |
token_suspended | NPT temporarily suspended |
token_resumed | NPT re-activated |
token_deleted | NPT permanently deleted |
token_expired | NPT expiry reached |
Summary
Functions
Parse an incoming Customer Event Service webhook body.