REST API

Example: Replaying Notifications Using Start and End Time

Replay failed transactions by a set start and end time
Example Request
POST
apitest.cybersource.com
/webhooks/{webhookId}/replays { "byDeliveryStatus": { "status": "FAILED", "startTime": "2021-02-25T09:35:52.284Z", "endTime": "2021-02-25T21:35:52.284Z" "productId": "tokenManagement", "eventType": "tms.networktoken.provisioned" }
Example Response
{ "replayId": " eb9fc4a2-0000-2333-1242-b1d773fd76d8", "replayMessageCount": "15" }