Skip to content

Commit

Permalink
DOCS-4431: webhook response
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines MultiSafepay committed Nov 25, 2024
1 parent 21a9f02 commit 3266777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/payment-management/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ We provide a code sample in Python for your reference.

Acknowledge that you have successfully received a valid notification by returning:

- 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.
- HTTP status code `200` with `OK` within the first 100 characters of the message body, **or**
- HTTP status code `200` with `MULTISAFEPAY_OK` anywhere within the first 100 characters of the message body.

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

Expand Down
2 changes: 2 additions & 0 deletions content/payment-methods/bancontact.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ You can perform 1 partial capture. The remaining amount will be released by the
3. Bancontact defines **maximum amounts** and **expiry times** for authorizations.

For a complete user guide, see [Manual Capture](/docs/manual-capture).


---

[block:html]
Expand Down

0 comments on commit 3266777

Please sign in to comment.