> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/subscriptions/subscriptions/subscription-management/delay-subscription-start.md).

# Delay subscription start

## Overview

In scenarios in which you're responsible for fulfilling orders, you can control the moment when 2Checkout generates subscriptions. Synchronize the subscription start date with the moment when you confirm fulfillment in the 2Checkout system.

By default, the lifecycle of subscriptions starts when 2Checkout receives the payment confirmation.

## Availability

All 2Checkout accounts.

## Requirements

Custom subscription start dates are available only for products:

* For which subscriptions are generated.
* In scenarios in which you're responsible for the fulfillment (delivery made by you).

## Set-up

To set up a subscription start date for one of your offerings:

1. Log in to your Merchant Control Panel.
2. Navigate to *Setup → Products*, and search to identify the product for which you want to set a subscription start date other than the default, and click the **Edit** button.<br>

   <div data-with-frame="true"><figure><img src="/files/5kQO5r8vUyH8Rt9fI9Sb" alt=""><figcaption></figcaption></figure></div>
3. Select the **Fulfillment** tab and select the **Fulfillment made by you** option.
4. Check the **Start subscription after fulfillment** option. If unchecked, the subscription starts on payment confirmation date.<br>

   <div data-with-frame="true"><figure><img src="/files/Hn8CnGmGBQI0TdN9Pbvc" alt=""><figcaption></figcaption></figure></div>

The new setting comes into effect only for new orders placed by your customers after you enable this option. You will need to confirm fulfillment yourself, either manually, or through IDN. Subscriptions sold to customers for specific products will only start when fulfillment confirmation is received.

## Customer data

2Checkout generates customer data automatically along with subscriptions. In case you use either the **2Checkout customer reference** or the **External customer reference** during the purchase process to sell a subscription to an existing customer, 2Checkout assigns the subscription to the existing customer entity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.2checkout.com/subscriptions/subscriptions/subscription-management/delay-subscription-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
