Skip to content

DOCS-4041:Add webhook time out info #2836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/payment-management/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,14 @@ Acknowledge that you have successfully received a valid notification by returnin
- HTTP status code `200` with `OK` at the start or end of the message body, **or**
- HTTP status code `200` with `MULTISAFEPAY_OK` anywhere in the message body.

Until we receive your acknowledgment, we resend the notification 3 times at 15 minute intervals, each with a new timestamp.
Notification **must** be acknowledged within 10 seconds.

Until we receive your acknowledgment, we resend the notification 5 times at 15 minute intervals, each with a new timestamp.


## 4. Resend failed notifications

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.
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.

If for some reason you don't receive the notification, you can retry it manually in your dashboard.

Expand Down