---
title: "Get the subsequent billing date for a membership"
method: GET
path: "/customers/memberships/{membershipId}/subsequent-billing-date"
tags: ["Memberships"]
---

# Get the subsequent billing date for a membership

`GET /customers/memberships/{membershipId}/subsequent-billing-date`

Returns the subsequent billing date for the given `Membership` - i.e. the billing date
after `next_billing_date`. If the membership will not be active on the subsequent
billing date, the date will be `null`.

## Response `200`

The subsequent billing date for the membership was successfully retrieved.

- object
  - `data` string, date, nullable, required — This is the subsequent billing date for a membership. If this value is null, the membership is not active.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
