---
title: "Renew subscription"
method: POST
path: "/api/billing/v1/subscriptions/{subscriptionId}/renew"
tags: ["Billing: Subscriptions"]
---

# Renew subscription

`POST /api/billing/v1/subscriptions/{subscriptionId}/renew`

Create a renewal order for an existing Hostinger subscription.

This endpoint places a renewal order for a single subscription, leveraging
the existing billing infrastructure. Use the
[subscriptions endpoint](#tag/billing-subscriptions) to look up the
`subscriptionId` values available for renewal.

If no payment method is provided, your default payment method will be used automatically.

Use this endpoint to renew any subscription available in your account.

## Path parameters

- `subscriptionId` string, required

## Request body

- BillingV1SubscriptionRenewalRenewRequest
  - `payment_method_id` integer — Payment method ID, default will be used if not provided
  - `coupons` unknown[] — Discount coupon codes
    - unknown

## Response `200`

Success response

- BillingV1OrderOrderResource
  - `id` integer — Order ID
  - `subscription_id` string — Subscription ID
  - `status` 'completed' | 'pending' | 'processing' | 'failed' | 'refunded' | 'cancelled' | 'awaiting_payment' | 'payment_initiated' | 'fraud_refund'
  - `currency` string — Currency code
  - `subtotal` integer — Subtotal price (exc. VAT) in cents
  - `total` integer — Total price (inc. VAT) in cents
  - `billing_address` BillingV1OrderOrderBillingAddressResource
    - `first_name` string
    - `last_name` string
    - `company` string, nullable
    - `address_1` string, nullable
    - `address_2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `country` string, nullable
    - `phone` string, nullable
    - `email` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

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