Introducing the Better Auth Chargebee plugin: Use it to handle subscriptions, billing, and auth seamlessly.
Chargebeechargebee API

Extend expiry date

Idempotency Supported

Can be used to extend the expiry date of a quote.

Sample Request

Sample Result[JSON]

URL Format

POST https://[site].chargebee.com/api/v2/quotes/{quote-id}/extend_expiry_date

Input Parameters

valid_till
required, timestamp(UTC) in seconds

Quote will be valid till this date. After this date quote will be marked as closed.

Returns

Quote object
Resource object representing quote
Quoted subscription object
Resource object representing quoted_subscription
Quoted charge object
Resource object representing quoted_charge
Quoted ramp object
Resource object representing quoted_ramp