v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Invoices

Mark Invoice Uncollectible

Mark an invoice as uncollectible. This will stop automatic collection attempts and move the associated subscription to an unpaid state.

post/v1/invoices/{id}/mark_uncollectible

Path parameters

idstring required
Example:fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA

Response

An envelope wrapping a single invoice object.

Example response

{
  "invoice": {
    "invoice_id": "fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
    "total": 2500,
    "amount_due": 2500,
    "amount_paid": 2500,
    "charge": "fch_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
    "period_end": "string",
    "period_start": "string",
    "paid_at": "string",
    "status": "draft",
    "collection_method": "charge_automatically",
    "test_mode": false,
    "metadata": {
      "order_id": "8842",
      "channel": "shopify"
    },
    "created_at": "2026-06-15T14:30:00Z"
  }
}