# Delay Payment Capture

## Overview

Use this setup to force a delay between the moment of authorization and the actual payment capture. Add a buffer period between the moment the payment is authorized and the actual completion date of the order, so you can check if you have enough stock for the products you’re selling or do additional background checks on the customers that place orders, to identify potential fraudulent purchases.

## Availability

Capture delay is a set-up available only on request. Contact [2Checkout](http://www.2checkout.com/contact-us/) for more information.

## Workflow

The recommended capture delay interval is 48 hours after payment authorization. Capture delay is valid for a period of up to 7 days from the authorization of the payment. After 7 days, the authorization expires, and the amount will be reversed back to customers by their bank.

### Tangible products (catalog or dynamic) with catalog shipping

<table><thead><tr><th width="161">Payment Capture Interval</th><th>Tangible products (catalog or dynamic)</th><th></th><th></th></tr></thead><tbody><tr><td>0h</td><td>New purchase and Upgrade</td><td>Renewal for catalog products with catalog shipping</td><td>Renewal for dynamic products with catalog shipping</td></tr><tr><td></td><td>Instant authorization, wait for mark shipped/fulfillment, then capture</td><td>Instant authorization, wait for mark shipped/fulfillment, then capture</td><td>Instant authorization and capture</td></tr><tr><td>48h</td><td>Instant authorization, wait for mark shipped/fulfillment, if 48h passed, then capture</td><td>Instant authorization, wait for mark shipped/fulfillment, if 48h passed, then capture</td><td>Instant authorization, wait for mark shipped/fulfillment, if 48h passed, then capture</td></tr></tbody></table>

### Intangible and dynamic products with dynamic shipping

<table><thead><tr><th width="160">Payment Capture Interval</th><th>Intangible and dynamic products</th><th></th></tr></thead><tbody><tr><td>0h</td><td>New purchase and Upgrade</td><td>Renewal</td></tr><tr><td></td><td>Instant authorization and capture</td><td>Instant authorization and capture</td></tr><tr><td>48h</td><td>Instant authorization, wait for 48h, then capture</td><td>Instant authorization, wait for 48h, then capture</td></tr></tbody></table>

### Payment methods

Capture delay can be applied to new purchases, renewals (only for the first billing cycle), and upgrades paid by credit cards.

## Use cases

The capture delay feature works differently depending on the products/services that are ordered.

#### Case A

If you have a capture delay of 48 hours set on your account and you have incoming orders for catalog or dynamic products, but without using a catalog shipping method, the payment capture takes place at the end of the delay period. This happens even if all other conditions to mark the order as complete were met.

#### Case B

If you have a capture delay of 48 hours set on your account and you have incoming orders for catalog or dynamic product with a catalog shipping method, the payment capture is delayed until:

* You (merchant) mark the order as fulfilled AND
* The end of the delay interval has been reached (48 hours) although all other conditions to mark the order as complete were met

#### Case C

If the end of the delay interval was not reached (48 hours), then the capture continues to be delayed until the end of the interval is reached, regardless of the order having been marked as shipped.

#### Case D

If the end of the delay interval was not reached (48 hours), the capture of the payment takes place immediately after the order is marked as fulfilled/shipped.

#### Case E

If the end of the delay interval was reached but the order is not marked as shipped, the payment will not be captured, and the funds will be reversed back to the shopper.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/payments/payments/payment-operations/delay-payment-capture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
