Accounts

Retry Failed Ads Payments

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.

post/accounts/{id}/retry_ads_payment

Headers

Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383

A unique key that makes this request safe to retry. See Idempotent requests.

Response

payment retry queued

account_idstring required

The account whose ads payments will be retried.

queuedboolean required

Whether the retry was accepted for background processing.

Example response

{
  "account_id": "biz_xxxxxxxxxxxxxx",
  "queued": true
}

Changes

Changed in 1 of the 74 revisions of this API.1

Of the 74 revisions, 1 has no diff computed.