---
title: "POST /Subscriptions/{id}/charge-now"
method: POST
path: "/Subscriptions/{id}/charge-now"
tags: ["Subscriptions"]
---

# POST /Subscriptions/{id}/charge-now

`POST /Subscriptions/{id}/charge-now`

## Path parameters

- `id` string, required

## Response `200`

OK

- SubscriptionChargeDto
  - `id` string
  - `subscriptionId` string
  - `attemptedAt` string, date-time
  - `billingPeriodStart` string, date
  - `billingPeriodEnd` string, date
  - `invoiceId` string, nullable
  - `paymentId` string, nullable
  - `status` string — "Succeeded" | "Declined" | "TokenExpired" | "NoDefaultToken" | "ProcessorError" | "Skipped".
  - `amount` union
    - number, double
    - string, double
  - `processorMessage` string, nullable
  - `retryCount` union
    - integer
    - string, int32
  - `isRetry` boolean

---

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