diff --git a/content/payment-management/webhook.md b/content/payment-management/webhook.md index 723e49fc5..2232e4dbf 100644 --- a/content/payment-management/webhook.md +++ b/content/payment-management/webhook.md @@ -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. diff --git a/content/payment-methods/bancontact.md b/content/payment-methods/bancontact.md index b4367309f..96bbbff8e 100755 --- a/content/payment-methods/bancontact.md +++ b/content/payment-methods/bancontact.md @@ -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]