Delayed Capture: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
m (replaced reference to v2 GetPaymentState with v4 PaymentState)
 
(19 intermediate revisions by 4 users not shown)
Line 2: Line 2:
{{PageTitle|title=Delayed Capture}}
{{PageTitle|title=Delayed Capture}}


A delayed capture payment scenario means that upon completing the payment, the card of the payer is not immediately charged. Instead, it becomes reserved (or blocked) for a given period of time on the payer's card. During this times this time window, the amount in unavailbale for the the payer and the payee and the merchant has the right to decide whether to capture, or cancel the purchase. It is very similar to [[Reservation_payment|Reservation payment]], the key difference is where the money is blocked. In a reservation scenario, the payer's card is immediately charged, and the amount is blocked in the Barion system. In a delayed capture scenario the payer's card is only charged upon the capture request, until then the amount is only blocked on the payer's card.
A delayed capture payment scenario means that upon completing the payment, the payer is not immediately charged. Instead, it becomes reserved (or blocked) for a given period of time on the payer's card. During this time window, the amount is unavailable for both the payer and the payee. The merchant has the right to decide whether to capture or cancel the purchase. It is very similar to [[Reservation_payment|Reservation payment]], the key difference is where the money is blocked. In a reservation scenario, the payer is immediately charged, and the amount is blocked in the Barion system. In a delayed capture scenario the payer is only charged upon the capture request, until then the amount is only blocked on the payer's card. Since the money stays on the payer's account until the capture is done, delayed capture payments are not visible in the history, excel export and account history, until the capture. If the payment is canceled, it does not appear at all.
 
{{NotificationBox|title=NOTE|text=Delayed capture is currently available if the payer uses his bank card. Paying from Barion balance or wire transfer with bank button is not supported.|color=#1993C7}}


== Prerequisites ==
== Prerequisites ==


In order to implement delayed capture payments, you need to familiarize yourself with the simple [[Responsive_web_payment|Responsive Web Payment]] scenario. The preparation of payments, redirection to the Barion Smart Gateway and handling the [[Callback mechanism]] are identical to immediate payments. There are only additions to the immediate scenario.
In order to implement delayed capture payments, you need to familiarize yourself with the simple [[Responsive_web_payment|Responsive Web Payment]] scenario. The preparation of payments, redirection to the Barion Smart Gateway and handling the [[Callback mechanism]] are identical to immediate payments. Delayed capture scenarios involve elements added to the immediate payment scenario.


{{NotificationBox|title=NOTE|text=It is VERY strongly advised to have a detailed knowledge about the payment process, the simple immediate payment scenario and the callback processing.|color=#1993C7}}
{{NotificationBox|title=NOTE|text=It is VERY strongly advised to have a detailed knowledge about the payment process, the simple immediate payment scenario and the callback processing.|color=#1993C7}}


== Key differences when using delayed capture==
== Difference between Immediate Payment and Delayed Capture==


=== The finishing step ===
=== The finishing step ===
The most important thing to note when implementing a delayed capture payment process is that there is an extra step required to complete the payment: '''capturing the payment'''. This must be done by the merchant, before the delayed capture period runs out. This can be done by calling the [[PPayment-Capture-v2|v2/Payment/Capture]] API endpoint.  
The most important thing to note when implementing a delayed capture payment process is that there is an extra step required to complete the payment: '''capturing the payment'''. This must be done by the merchant, before the delayed capture period runs out. This can be done by calling either the [[Payment-Capture-v2|v2/Payment/Capture]] or the [[Payment-CancelAuthorization-v2|v2/Payment/CancelAuthorization]] API endpoint.  
The time window available is also set by the merchant during the preparation of the payment - see the ''DelayedCapturePeriod'' parameter in the [[Payment-Start-v2|v2/Payment/Start]] API endpoint.
The time window available (up to 7 days, or up to 21 days for Hungarian shops) is also set by the merchant during the preparation of the payment see the ''DelayedCapturePeriod'' parameter in the [[Payment-Start-v2|v2/Payment/Start]] API endpoint.


=== Post-deducted fees ===
== Differences between Reservation and Delayed Capture ==
Unlike in the [[Reservation_payment|Reservation payment]], the fees are deducted upon capturing the payment for the final (Captured) amount.
Reservation and Delayed Capture scenarios share a lot of similarities, however there are some differences:
{| class="wikitable"
|+
!
!Reservation
!Delayed capture
|-
|Fees
|Fees are deducted upfront from the original reserved amount.
|Fees are deducted during capture, from the final, captured amount.
|-
|Separation of transactions
|Individual transactions in a reservation payment may be completed independently of each other.
|All transactions that make up a payment must be present in the (capturing or cancelling) API call.
|-
|Piecemeal payments
|Reservation payments may be completed in multiple steps – [[Payment-FinishReservation-v2|the FinishReservation endpoint]] may be called multiple times for the same payment.
|The same payment cannot be captured more than once.
|-
|Time window
|Up to 365 days
|7 days/21 days (for shops in Hungary)
|-
|Transaction visibility
|Reservation payments show up in the payment history immediately.
|Delayed capture payments aren't visible in the payment history (including Excel reports and statements) until the capture is complete.
|}


== The lifecycle of a delayed capture payment ==
== The lifecycle of a delayed capture payment ==
==== 1. The merchant prepares the payment ====
==== 1. The merchant prepares the payment ====
Preparing the payment is identical to the [[Responsive_web_payment|Responsive Web Payment]] scenario, the two differences are that the payment type must be set to Delayed Capture, and the caller must provide a delayed capture period.
Preparing the payment is identical to the [[Responsive_web_payment|Responsive Web Payment]] scenario, except that
 
* the payment type must be set to Delayed Capture, and
* the caller must provide a delayed capture period.


==== 2. The customer completes the payment ====
==== 2. The customer completes the payment ====
When the payer's funding source gets charged successfully, the amount gets reserved on the payer's card.  
When the payer's card is auhorized successfully, the amount gets reserved on the payer's account.  


At this moment the Delayed Capture period timer starts and the payment enters into <code>Authorized</code> status. A callback is sent to the merchant.
At this moment the Delayed Capture period timer starts and the payment enters into <code>Authorized</code> status. A callback is sent to the merchant.


'''NOTE:''' the Barion Smart Gateway user interface is identical in all payment scenarios. The customer might not be (as they are not needed to be) aware that there is a delayed capture taking place in the background! Should this be an issue, the merchant should clarify this in their own respective environment.
'''NOTE:''' the Barion Smart Gateway user interface is identical in all payment scenarios. The customer won't be aware that a delayed capture is taking place unless the merchant wants to clarify this in their own respective environment.


==== 3.a. The merchant captures the payment ====
==== 3.a. The merchant captures or cancels the payment ====
Unless the delayed capture period timer passes, the merchant has to capture the payment in order to claim the amount. When capturing a payment, the merchant must provide the amount they want to capture the payment with. In layman's terms the merchant is stating that ''"of this reserved amount of <b>X</b>, I would like to receive <b>Y</b> in the end"'', where <code>0 <= Y <= X</code>. This is done <u>per payment transaction</u>. The merchant must capture all transactions contained in a payment in one single API call, hence this endpoint can be called only once per payment.
The merchant has to capture the payment in order to claim the amount before the time set in ''DelayedCapturePeriod'' passes. When capturing a payment, the merchant must provide the amount he/she wants to capture the payment with. In layman's terms the merchant is stating that ''"of this reserved amount of <b>X</b>, I would like to receive <b>Y</b> in the end"'', where <code>0 <= Y <= X</code>. This is done <u>per payment transaction</u>. If there are more than one transactions in a delayed capture payment, the merchant must capture all of these in a single call to the [[Payment-Capture-v2|/Payment/Capture]] API endpoint.


The finishing amount must not exceed the prepared amount for a payment transaction. The merchant can also finish a payment with the total amount of zero, if they want to cancel or storno the payment. In this step the block of the amount on the payer's card is released, and charged with the final amount, which is available in the wallet of the merchant.
The finishing amount must not exceed the original amount for a payment transaction. The merchant can also finish a payment with the total amount of zero, if they want to cancel the payment.  
In the capture step the payer is charged with the final amount and if the final amount is less than the original, the difference is released. The charged amount becomes available in the wallet of the merchant.


Alternatively instead of calling the [[Payment-Capture-v2|/Payment/Capture]] with 0 amount, the more lightweight [[Payment-CancelAuthorization-v2/|/Payment/CancelAuthorization]] can be used. The underlying process is the same for both endpoints.
Alternatively, instead of calling the [[Payment-Capture-v2|/Payment/Capture]] with 0 amount, the more lightweight [[Payment-CancelAuthorization-v2|/Payment/CancelAuthorization]] can be used. The underlying process is the same for both endpoints.


'''IMPORTANT:''' if the bank card becomes unavailable (it is either expired or blocked by the owner) by the time of capturing the payment, then the capture will fail and the merchant will not receive the prepared amount.
'''IMPORTANT:''' The card issuer can arbitrarily lift the block of the amount on the payer's card, therefore you will be unable to capture it. If the bank card is unavailable (because it had expired, or been blocked by the owner, or because the bank had lifted the block on the amount) at the time of capture, the capture fails, and the merchant will not receive the money.


If the merchant captures the reservation successfully, the payment enters into <code>Succeeded</code> status. A callback is sent to the merchant.
If the merchant captures the final amount or cancels the the capture successfully, the payment enters into <code>Succeeded</code> status. A callback is sent to the merchant.


==== 3.b. Delayed capture timer elapses ====
==== 3.b. Delayed capture period elapses ====
If there was no capturing before the delayed capture  timer passes, all transactions in the payment are automatically finished with an amount of zero. The block on the payer's card is lifted. The payment enters into <code>Expired</code> status
If the payment was not captured before the time set in ''DelayedCapturePeriod'',


In either case, a callback is sent to the merchant.
* all transactions in the payment are automatically canceled,
 
* the block on the payer's card is lifted,
== Differences between Reservation and Delayed Capture ==
* the payment enters into <code>Expired</code> status,
Reservation and Delayed Capture scenarios share a lot of similarities, however there are some differences:
* and a callback is sent to the merchant.
* fees in reservation payments are deducted upfront from the original, prepared amount, in contrast in delayed capture payments it is deducted, when capturing the payment from the final, captured amount
* all transactions are not required, when finishing a reservation payment, however this is not the case when capturing a delayed capture payment, all transactions must be present in the api call
* a reservation payment can be finished in multiple steps (meaning that the finish endpoint can be called more than once for the same payment), however a delayed capture can be captured only once


== Reference ==
== Reference ==
* [[Payment-GetPaymentState-v2|/Payment/GetPaymentState]]
* [[Payment-PaymentState-v4|/v4/Payment/<PaymentId>/PaymentState]]
* [[Payment-Start-v2|/Payment/Start]]
* [[Payment-Start-v2|/Payment/Start]]
* [[Payment-Capture-v2|/Payment/Capture]]
* [[Payment-Capture-v2|/Payment/Capture]]
* [[Payment-CancelAuthorization-v2|/Payment/CancelAuthorization]]
* [[Payment-CancelAuthorization-v2|/Payment/CancelAuthorization]]

Latest revision as of 10:26, 25 March 2024

Delayed Capture

A delayed capture payment scenario means that upon completing the payment, the payer is not immediately charged. Instead, it becomes reserved (or blocked) for a given period of time on the payer's card. During this time window, the amount is unavailable for both the payer and the payee. The merchant has the right to decide whether to capture or cancel the purchase. It is very similar to Reservation payment, the key difference is where the money is blocked. In a reservation scenario, the payer is immediately charged, and the amount is blocked in the Barion system. In a delayed capture scenario the payer is only charged upon the capture request, until then the amount is only blocked on the payer's card. Since the money stays on the payer's account until the capture is done, delayed capture payments are not visible in the history, excel export and account history, until the capture. If the payment is canceled, it does not appear at all.

NOTE
Delayed capture is currently available if the payer uses his bank card. Paying from Barion balance or wire transfer with bank button is not supported.

Prerequisites

In order to implement delayed capture payments, you need to familiarize yourself with the simple Responsive Web Payment scenario. The preparation of payments, redirection to the Barion Smart Gateway and handling the Callback mechanism are identical to immediate payments. Delayed capture scenarios involve elements added to the immediate payment scenario.

NOTE
It is VERY strongly advised to have a detailed knowledge about the payment process, the simple immediate payment scenario and the callback processing.

Difference between Immediate Payment and Delayed Capture

The finishing step

The most important thing to note when implementing a delayed capture payment process is that there is an extra step required to complete the payment: capturing the payment. This must be done by the merchant, before the delayed capture period runs out. This can be done by calling either the v2/Payment/Capture or the v2/Payment/CancelAuthorization API endpoint. The time window available (up to 7 days, or up to 21 days for Hungarian shops) is also set by the merchant during the preparation of the payment – see the DelayedCapturePeriod parameter in the v2/Payment/Start API endpoint.

Differences between Reservation and Delayed Capture

Reservation and Delayed Capture scenarios share a lot of similarities, however there are some differences:

Reservation Delayed capture
Fees Fees are deducted upfront from the original reserved amount. Fees are deducted during capture, from the final, captured amount.
Separation of transactions Individual transactions in a reservation payment may be completed independently of each other. All transactions that make up a payment must be present in the (capturing or cancelling) API call.
Piecemeal payments Reservation payments may be completed in multiple steps – the FinishReservation endpoint may be called multiple times for the same payment. The same payment cannot be captured more than once.
Time window Up to 365 days 7 days/21 days (for shops in Hungary)
Transaction visibility Reservation payments show up in the payment history immediately. Delayed capture payments aren't visible in the payment history (including Excel reports and statements) until the capture is complete.

The lifecycle of a delayed capture payment

1. The merchant prepares the payment

Preparing the payment is identical to the Responsive Web Payment scenario, except that

  • the payment type must be set to Delayed Capture, and
  • the caller must provide a delayed capture period.

2. The customer completes the payment

When the payer's card is auhorized successfully, the amount gets reserved on the payer's account.

At this moment the Delayed Capture period timer starts and the payment enters into Authorized status. A callback is sent to the merchant.

NOTE: the Barion Smart Gateway user interface is identical in all payment scenarios. The customer won't be aware that a delayed capture is taking place unless the merchant wants to clarify this in their own respective environment.

3.a. The merchant captures or cancels the payment

The merchant has to capture the payment in order to claim the amount before the time set in DelayedCapturePeriod passes. When capturing a payment, the merchant must provide the amount he/she wants to capture the payment with. In layman's terms the merchant is stating that "of this reserved amount of X, I would like to receive Y in the end", where 0 <= Y <= X. This is done per payment transaction. If there are more than one transactions in a delayed capture payment, the merchant must capture all of these in a single call to the /Payment/Capture API endpoint.

The finishing amount must not exceed the original amount for a payment transaction. The merchant can also finish a payment with the total amount of zero, if they want to cancel the payment. In the capture step the payer is charged with the final amount and if the final amount is less than the original, the difference is released. The charged amount becomes available in the wallet of the merchant.

Alternatively, instead of calling the /Payment/Capture with 0 amount, the more lightweight /Payment/CancelAuthorization can be used. The underlying process is the same for both endpoints.

IMPORTANT: The card issuer can arbitrarily lift the block of the amount on the payer's card, therefore you will be unable to capture it. If the bank card is unavailable (because it had expired, or been blocked by the owner, or because the bank had lifted the block on the amount) at the time of capture, the capture fails, and the merchant will not receive the money.

If the merchant captures the final amount or cancels the the capture successfully, the payment enters into Succeeded status. A callback is sent to the merchant.

3.b. Delayed capture period elapses

If the payment was not captured before the time set in DelayedCapturePeriod,

  • all transactions in the payment are automatically canceled,
  • the block on the payer's card is lifted,
  • the payment enters into Expired status,
  • and a callback is sent to the merchant.

Reference