Uncancel Order
Order API
Uncancel Order
Reverse a scheduled cancellation so the subscription renews normally.
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.
The order was not found, or it is not owned by your key’s user or organization.
A subscription that has fully canceled or expired cannot be resumed. Create a new order instead.
Request
Headers
| Header | Value | Required |
|---|---|---|
Authorization | Bearer {your_api_key} | Yes |
Path Parameters
The subscription ID from order creation.
The product ID (e.g.,
"captcha").Example Request
Response
Success Response
Response Fields
Success details object.
Confirmation message.
The order ID whose cancellation was reversed.
The Stripe subscription ID that will now renew normally.
Error Responses
400 Bad Request - Already Canceled
404 Not Found
Related Endpoints
Delete Order
Schedule a subscription to cancel at period end.
List Orders
Check whether an order is
active or cancelled.