Start a subscription for a future date

DOCSCurrent

Last updated: Sept 24th, 4:28pm

You can let your customers start their subscriptions on a future date. This is useful when customers want to start a new subscription after a current subscription ends, or when they wish to take advantage of a current promotion but activate their subscription on a later date.

If you start a subscription on a future date, any setup or one-time fee associated with the subscription is charged immediately upon sign-up, but regular payments towards the subscription will start on the selected date.

You can update the subscription’s start date as long as it's in the future.

Sample request

API endpoint used: Create subscription

    1curl -v -X POST https://api-m.sandbox.paypal.com/v1/billing/subscriptions
    2-H "Content-Type: application/json"
    3-H "Authorization: Bearer ACCESS-TOKEN"
    4-d '{
    5 "plan_id": "P-5ML4271244454362WXNWU5NQ",
    6 "start_time": "2021-11-01T00:00:00Z"
    7}'

    Modify code

    • ACCESS-TOKEN - Your access token.
    • plan_id - The ID of the plan associated with this subscription.
    • start_time - The desired subscription start time and date, in UTC format. This field can be updated as long as the new value is set in the future.

    We use cookies to improve your experience on our site. May we use marketing cookies to show you personalized ads? Manage all cookies