Skip to main content
POST
Uncancel Order
Reverse a scheduled cancellation. This only works while the subscription is still active and set to cancel at period end — i.e., after Delete Order but before the period actually ends.
A subscription that has fully canceled or expired cannot be resumed. Create a new order instead.

Request

Headers

Path Parameters

string
required
The subscription ID from order creation.
string
required
The product ID (e.g., "captcha").

Example Request

Response

Success Response

Response Fields

object
Success details object.
string
Confirmation message.
string
The order ID whose cancellation was reversed.
string
The Stripe subscription ID that will now renew normally.

Error Responses

400 Bad Request - Already Canceled

404 Not Found

The order was not found, or it is not owned by your key’s user or organization.

Delete Order

Schedule a subscription to cancel at period end.

List Orders

Check whether an order is active or cancelled.