---
title: "Cancel Retry"
method: POST
path: "/purchase/cancelretry"
tags: ["Purchase API"]
---

# Cancel Retry

`POST /purchase/cancelretry`

Cancels a retry attempt that was scheduled after a customer's payment failed. To cancel a scheduled retry, submit the <code>PurchaseId</code> that you received in the response payload from the [Process Cart](https://dev.cleverbridge.com/reference/processcart) API function. To learn whether a retry has been scheduled, see the <code>IsPaymentRetryScheduled</code> field in the [Process Cart](https://dev.cleverbridge.com/reference/processcart) response.<br /><b>Important</b>: If you receive a <code>CCA_EXP</code> status in <code>PaymentResult.Code</code> field in the [Process Cart](https://dev.cleverbridge.com/reference/processcart) response, then an Expiration Date Checker call has been made, and it is not possible to cancel the next scheduled payment retry.

## Headers

- `Accept` 'application/json' | 'application/xml'
- `Content-Type` 'application/json' | 'application/xml'

## Request body

- CleverbridgeBackEndRestApiPurchaseClassesCancelRetryRequest
  - `PurchaseId` string, required — Unique ID of an existing purchase.

## Response `200`

OK

- CleverbridgeBackEndRestApiCommonBaseResponseMessage
  - `ResultMessage` string — Optional result or error message.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cleverbridge/apis/backend-rest-apis.md) · [All operations](https://skmtc.net/cleverbridge/apis/backend-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverbridge/backend-rest-apis/versions/b7007b62f4c0/schema)
