---
title: "Retry Method"
method: PUT
path: "/billing/invoice/retry-method"
tags: ["provider", "billing"]
---

# Retry Method

`PUT /billing/invoice/retry-method`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- RetryInvoiceMethod
  - `invoiceSetId` string, required
  - `method` 'CHARGE_CARD' | 'SMS' | 'EMAIL' | 'CALL' | 'MAIL' | 'EXPIRY', required — The method used to send an invoice to a patient.

## Response `200`

Successful Response

- InvoiceForTable[]
  - `id` string, required
  - `method` 'CHARGE_CARD' | 'SMS' | 'EMAIL' | 'CALL' | 'MAIL' | 'EXPIRY' — The method used to send an invoice to a patient.
  - `status` 'PENDING' | 'SENT' | 'FAILED' | 'PAUSED' | 'CANCELLED', required — The status of an invoice.
  - `rule` RuleDetails
    - `id` string, required
    - `name` string, required
    - `methods` InvoiceMethod[], required
    - `delayInDays` integer, required
    - `message` string, required
  - `amount` integer, required
  - `sendTime` string, date-time, nullable
  - `pausedDate` string, date-time, nullable
  - `resumedDate` string, date-time, nullable
  - `methodsAttempted` array[], required
    - unknown[]
      - unknown
  - `failedReason` string, nullable
  - `pdfPath` string, nullable
  - `emailStatus` string, nullable
  - `smsContent` string, nullable
  - `callStatus` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
