From 21a9f02e02cac72a1bcdfcbdc824bbd10d412b0e Mon Sep 17 00:00:00 2001 From: inesmayerMSP <125992838+inesmayerMSP@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:29:26 +0100 Subject: [PATCH] DOCS-4452: Deferred Sales (#3177) --- content/payment-methods/bancontact.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/payment-methods/bancontact.md b/content/payment-methods/bancontact.md index 0941dd6f1..b4367309f 100755 --- a/content/payment-methods/bancontact.md +++ b/content/payment-methods/bancontact.md @@ -122,6 +122,26 @@ Requests are screened and approved by Bancontact Payconiq. See [Recurring payments](/docs/recurring-payments/).
+ +## Deferred Sales + +Our Deferred Sales functionality allows you to [manually capture](/docs/manual-capture) Bancontact transactions. + +### How it works + +**Full capture** can be useful when a customer places an order but you are unable to ship it right away, or when you need to verify customer details before approving an order. An authorization is created for the full amount of the transaction. The funds are settled when you ship the order. + +**Partial capture** can be useful when a customer places an order for multiple items but you can't ship them all at once, only in separate shipments. An authorization is created for the full amount of the transaction, and the amount for each shipment is settled when you send it. + +You can perform 1 partial capture. The remaining amount will be released by the issuer automatically. + +### Activation + +1. You sign an agreement with Bancontact. +2. Bancontact evaluates your requests, and enables the service. +3. Bancontact defines **maximum amounts** and **expiry times** for authorizations. + +For a complete user guide, see [Manual Capture](/docs/manual-capture). --- [block:html]