# POST /api/billing-runs/{runId}/results/{resultId}/retry-charge

Billing Runs: Retries a failed recurring charge on a billing run.

Re-publishes the per-merchant fulfillment request with a fresh correlation id and transitions
the result back to pending.

**Operation ID:** `POST_api_billing-runs_runId_results_resultId_retry-charge`

## Authorization

Requires: MerchantBilling.BillingRuns, MerchantBilling.BillingRuns.Retry, merchant scope.

Required permissions:
- `MerchantBilling.BillingRuns`
- `MerchantBilling.BillingRuns.Retry`

## Parameters

| Name | In | Required | Type | Description |
| --- | --- | --- | --- | --- |
| runId | path | yes | string(uuid) | The billing run that owns the result. |
| resultId | path | yes | string(uuid) | The per-merchant result to retry. |
| suppressNulls | query | no | boolean | If true, omit properties with null values. |

## Responses

### 204

The retry was dispatched.

### 400

The result is not a failed recurring charge, or is missing its contract binding.

### 404

No billing run or result exists with the specified ids.

### 403

Forbidden

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 401

Unauthorized

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 501

Not Implemented

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 500

Internal Server Error

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### default

The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

## See also

- [All documentation](https://docs.winkpg.io/llms.txt): the machine-readable index of every public page on this site.
