---
title: "Retry Failed Ads Payments"
method: POST
path: "/accounts/{id}/retry_ads_payment"
tags: ["Accounts"]
---

# Retry Failed Ads Payments

`POST /accounts/{id}/retry_ads_payment`

Queues one background retry of the account's failed ads payments across its campaigns, using the account's configured ads payment methods. A queued response does not mean payment succeeded. Read campaign delivery_status and issues for the outcome. Successful settlement clears the payment block without changing configured active or paused status; legacy payment_failed status becomes paused. Another request while the account retry is queued or running returns an error asking you to wait.

## Headers

- `Idempotency-Key` string

## Response `202`

payment retry queued

- object
  - `account_id` string, required — The account whose ads payments will be retried.
  - `queued` boolean, required — Whether the retry was accepted for background processing.

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict

## Changes

> 74 revisions in range; 1 not diffed.

- **2026-09-22** `35edb053220a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/accounts/:id/retry_ads_payment/post.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc.dev/whop/apis/whop-api/revisions/78e1ed7366cd?raw)
