---
title: "Retry Payments"
method: PATCH
path: "/payments/retry"
tags: ["Payments"]
---

# Retry Payments

`PATCH /payments/retry`

Retries failed payments by ID.

## Request body

- object
  - `payment_ids` string[], required

## Response `200`

Payments retried successfully

- MessageResponse
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
