Mark Invoice Uncollectible
Mark Invoice Uncollectible
Mark an invoice as uncollectible. This will stop automatic collection attempts and move the associated subscription to an unpaid state.
POST
Mark Invoice Uncollectible
Authorizations
Use a Bearer token to access this API.
Path Parameters
Example:
"fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Response
Success
An envelope wrapping a single invoice object.
The invoice object.
Example:
{
"invoice_id": "fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"total": 2500,
"amount_due": 2500,
"amount_paid": 2500,
"payment_intent": "fpi_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"charge": "fch_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"customer": "fcus_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"period_end": "string",
"period_start": "string",
"subscription": "fsub_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"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"
}