v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Invoice Settings

get/v1/invoicesettings

Response

200

Example response

{
  "data": [
    {
      "object": "InvoiceSettings",
      "id": "jm67vwa3zmn9ebxr",
      "retry_1": 1,
      "retry_2": 1,
      "retry_3": 1,
      "action": "unpaid",
      "created_at": 1723751054,
      "updated_at": 1723751054
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}