---
title: "Update subscription's next billing date"
method: POST
path: "/customers/{customerId}/subscriptions/{subscriptionId}/next-billing-date"
tags: ["Subscriptions"]
---

# Update subscription's next billing date

`POST /customers/{customerId}/subscriptions/{subscriptionId}/next-billing-date`

Update subscription's next billing date.

Next billing date has to be later than EOD today.
If it is a paused subscription, it'll be reactivated.
If the subscription is in dunning, it'll be taken out of dunning.

## Path parameters

- `customerId` string, required
- `subscriptionId` string, required

## Request body

- object
  - `nextBillingDate` string, date-time, required

## Response `200`

Updated subscription

- SubscriptionDynamo
  - `SubscriptionId` string — Identifier
  - `SubscriptionStatus` string — Status
  - `NextBillingDate` string, date-time — Date of the next billing

## Other responses

- `400` — Validation errors
- `404` — Not Found

---

[API](https://skmtc.net/awtomic/apis/awtomic-api.md) · [All operations](https://skmtc.net/awtomic/apis/awtomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awtomic/awtomic-api/versions/dfe3dfce125c/schema)
