v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBEvent
Events - Manual Retry
Manually retry the delivery of the specified Event.
post/events/{merchant_id}/{event_id}/retry
Path parameters
merchant_idstring required
The unique identifier for the Merchant Account.
event_idstring required
The unique identifier for the Event
Response
The delivery of the Event was attempted. Check the response field in the response payload to identify the status of the delivery attempt.
Example response
{
"event_id": "evt_018e31720d1b7a2b82677d3032cab959",
"merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
"profile_id": "SqB0zwDGR5wHppWf0bx7GKr1f2",
"object_id": "QHrfd5LUDdZaKtAjdJmMu0dMa1",
"initial_attempt_id": "evt_018e31720d1b7a2b82677d3032cab959",
"created": "2022-09-10T10:11:12Z",
"request": {
"headers": [
[
"content-type",
"application/json"
],
[
"content-length",
"1024"
]
]
},
"response": {
"headers": [
[
"content-type",
"application/json"
],
[
"content-length",
"1024"
]
],
"status_code": 200
}
}