🔗 Console REST APIInvoices

Get paid invoices

Retrieves all paid invoices for the organization

GET
/invoices/paid
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/invoices/paid"
[
  {
    "idOrganization": "9bf7f388-1dbc-4a73-92b2-4ad35e7fe880",
    "id": "string",
    "invoiceNumber": "string",
    "created": "2019-08-24T14:15:22Z",
    "paidDate": "2019-08-24T14:15:22Z",
    "dueDate": "2019-08-24T14:15:22Z",
    "paid": true,
    "voided": true,
    "uncollectible": true,
    "status": "string",
    "amountUsdCents": 0,
    "currency": "string",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "stripeId": "string",
      "name": "string",
      "company": "string",
      "country": "string",
      "address1": "string",
      "address2": "string",
      "city": "string",
      "postalCode": "string",
      "region": "string",
      "purchaseOrder": "string",
      "billingEmail": "string",
      "autoRechargeEnabled": 0,
      "autoRechargeBalanceGoesBelowUsd": 0,
      "autoRechargeBalanceBackUpToUsd": 0,
      "creditBalance": 0,
      "creditUninvoicedCurrent": 0,
      "creditUninvoicedLimit": 0,
      "creditUsageYesterday": 0,
      "creditUsageToday": 0,
      "creditUsageTodayUpdatedAt": "2019-08-24T14:15:22Z",
      "pastDueUsd": 0,
      "pastDueSince": "2019-08-24T14:15:22Z",
      "apiKeysActiveCount": 0,
      "ticketsLiveWaitOnProvider": 0,
      "ticketsLiveWaitOnCustomer": 0,
      "ticketsNotLive": 0,
      "totalPaidUsd": 0,
      "totalPaidUsdLastW": 0,
      "totalPaidUsdLastM": 0,
      "totalPaidUsdLastQ": 0,
      "totalPaidUsdLastY": 0,
      "tier": "string",
      "firstPaymentDate": "2019-08-24T14:15:22Z",
      "lastAuditTrailEvent": "2019-08-24T14:15:22Z",
      "usageInvoicedUpToExcl": "2019-08-24T14:15:22Z",
      "paymentMethodsLiveCount": 0,
      "quotaThresholdLastNotification": "2019-08-24T14:15:22Z",
      "quotaExceededLastNotification": "2019-08-24T14:15:22Z",
      "allNotificationsEmail": "string",
      "actionRequiredNotificationsEmail": "string",
      "creditsLowBalanceLastNotification": "2019-08-24T14:15:22Z",
      "timeCreated": "2019-08-24T14:15:22Z",
      "domainsCsv": "string",
      "teamMembersCount": 0,
      "spendMgmtEnabled": 0,
      "spendMgmtCreditUsageDailyHardLimit": 0,
      "spendMgmtCreditUsageDailyNotifyThreshold": 0,
      "spendMgmtCreditUsageWebhookUrl": "string",
      "slackChannelRequestedTime": "2019-08-24T14:15:22Z",
      "status": "string",
      "statusChangedTime": "2019-08-24T14:15:22Z",
      "statusSuspendedReason": "string"
    }
  }
]
Service StatusGitHub SDK