Canceling a subscription
Canceling a Subscription in Revolv3 API Merchants can cancel active subscriptions in Revolv3 using a simple API request. This stops further billing cycles, but it does not automatically process refundsβa separate request is required for refunds.- API Endpoint for Subscription Cancellation
- Production Environment: https://api.revolv3.com
- Sandbox Environment: https://api-sandbox.revolv3.com
- Response When Cancelling a Subscription
- Explanation of API Response Fields
Field | Description |
---|---|
subscriptionId | The unique identifier of the subscription that was canceled. |
customerId | The ID of the customer associated with the canceled subscription. |
subscriptionStatus | Confirms that the subscription is now in Cancelled status. |
cancelledAt | The timestamp when the subscription was successfully canceled. |
- Important Notes on Subscription Cancellation
Subscription Status and Recylcing