Update an existing subscription. Common updates include changing the billing amount, interval, or subscription items.
Path Parameters
| Parameter | Type | Required | Description |
|---|
| id | string | Yes | The rootfi_id or platform_id of the subscription |
Request Body
| Field | Type | Required | Description |
|---|
| amount | number | No | New recurring charge amount |
| interval | string | No | New billing frequency |
| interval_count | integer | No | New interval count |
| status | string | No | Change status (e.g., pause with paused) |
| items | array | No | Update subscription items |
Changes to amount or items typically take effect on the next billing cycle. Some platforms prorate changes immediately.
See Subscription Overview for complete field details.