Skip to content

Commit 1b65ad5

Browse files
DOCS-4041:Add info about time out
1 parent ccd09fd commit 1b65ad5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/payment-management/webhook.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,14 @@ Acknowledge that you have successfully received a valid notification by returnin
317317
- HTTP status code `200` with `OK` at the start or end of the message body, **or**
318318
- HTTP status code `200` with `MULTISAFEPAY_OK` anywhere in the message body.
319319

320-
Until we receive your acknowledgment, we resend the notification 3 times at 15 minute intervals, each with a new timestamp.
320+
Notification **must** be acknowledged within 10 seconds.
321+
322+
Until we receive your acknowledgment, we resend the notification 5 times at 15 minute intervals, each with a new timestamp.
323+
321324

322325
## 4. Resend failed notifications
323326

324-
If a notification fails or we don't receive your acknowledgment, we resend the notification 3 times at 15 minute intervals, each with a new timestamp.
327+
If a notification fails or we don't receive your acknowledgment, we resend the notification 5 times at 15 minute intervals, each with a new timestamp.
325328
326329
If for some reason you don't receive the notification, you can retry it manually in your dashboard.
327330

0 commit comments

Comments
 (0)