- Manage Webhook Subscriptions
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
Manage Webhook Subscriptions
This section contains information on creating, retrieving, and updating webhook
subscriptions. You can create, retrieve, update, or delete notification subscriptions
for various events by submitting an HTTP POST, GET, PATCH, or DELETE request to the
notification-subscriptions/v1/webhooks
endpoint. Use the webhooks
REST API to: When you send an API request to create a webhooks subscription, you must include the
product and its associated events to which you are subscribing.
You can create webhooks subscriptions for these
Token Management Service
network token
events:Product ID | Event Types | Description |
---|---|---|
tokenManagement | tms.networktoken.updated | Notifies you of a network token's change in expiration date or
status (suspend, resume, or deactivate). |
tms.networktoken.provisioned | Notifies you when a network token provision for an instrument
identifier token has been successful. |
Example: Product and Network Token Events in a Webhook Subscription
"productId": "tokenManagement", "eventTypes": [ "tms.networktoken.provisioned", "tms.networktoken.updated" ]
For more info, see the Webhooks Developer Guide
.