---
title: "Retry Payment"
method: POST
path: "/purchase/retrypayment"
tags: ["Purchase API"]
---

# Retry Payment

`POST /purchase/retrypayment`

Initiates a retry attempt after the initial customer's payment failed. To retry a failed payment, submit the <code>PurchaseId</code> that you received in the response payload from the [Get Purchase](https://dev.cleverbridge.com/reference/purchase_getpurchasev2) API function or the [OnlinePaymentDeclinedNotification](https://dev.cleverbridge.com/reference/onlinepaymentdeclinednotification).<br /><b>Note:</b>To activate this option, contact your Client Experience Manager. <br /><b>Important:</b> Using this endpoint to collect failed payments deactivates the Cleverbridge retry schedule.

## Headers

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

## Request body

- CleverbridgeBackEndRestApiPurchaseClassesRetryPaymentRequest
  - `PurchaseId` string, required — Unique ID of an existing purchase.
  - `RetryDate` string, date-time — Retry date and time according to [RFC3339](https://www.rfc-editor.org/info/rfc3339). If no value is passed, the retry is executed as soon as possible. You must specify the time in UTC.

## 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/revisions/b7007b62f4c0/schema)
