WEBHOOK
invoice.voided
{
  "auto_charges": true,
  "billed_customer": {
    "email": "<string>",
    "exclude_from_metrics": true,
    "id": "<string>",
    "identifier": "<string>",
    "managed_externally": true,
    "name": "<string>",
    "org_name": "<string>",
    "owner_id": null,
    "parent_customer_id": null,
    "status": "<string>",
    "title": "<string>"
  },
  "billed_customer_id": "<string>",
  "company_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "credit_details": {
    "aggregate_price": {
      "currency": "<string>",
      "value_in_cents": 123
    }
  },
  "currency": "<string>",
  "customer": {
    "email": "<string>",
    "exclude_from_metrics": true,
    "id": "<string>",
    "identifier": "<string>",
    "managed_externally": true,
    "name": "<string>",
    "org_name": "<string>",
    "owner_id": null,
    "parent_customer_id": null,
    "status": "<string>",
    "title": "<string>"
  },
  "customer_id": "<string>",
  "discount_details": {
    "aggregate_price": {
      "currency": "<string>",
      "value_in_cents": 123
    }
  },
  "due": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "due_date": "2023-11-07T05:31:56Z",
  "hosted_link": null,
  "id": "<string>",
  "immediate": true,
  "import_created_at_ref": null,
  "import_ref": null,
  "imported_from": null,
  "invoice_date": "2023-11-07T05:31:56Z",
  "metadata": [
    1
  ],
  "name": "<string>",
  "notes": null,
  "number": "<string>",
  "paid": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "paid_date": null,
  "payment_processing_amount": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "pdf_link": null,
  "prorated_amount": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "status": "<string>",
  "sub_total": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "subscription_id": null,
  "tax_details": {
    "aggregate_price": {
      "currency": "<string>",
      "value_in_cents": 123
    }
  },
  "total": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "updated_at": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}

Body

application/json

Invoice Voided

The body is of type object.

Response

200

Return a 200 status to indicate that the data was received successfully