---
title: "Get Pending Payment Requests"
method: GET
path: "/billing/payment-requests"
tags: ["Billing"]
---

# Get Pending Payment Requests

`GET /billing/payment-requests`

## Response `200`

A list of pending payment requests
or
A list of pending payment requests

- PaymentRequestModel[]
  - `Id` integer
  - `Amount` number
  - `DateGenerated` string, date-time
  - `DateDue` string, date-time
  - `Description` string, nullable
  - `Paid` boolean
  - `DatePaid` string, date-time, nullable
  - `BillingInvoiceId` integer, nullable
  - `BillingInvoiceDownloadLink` string, nullable
  - `BankTransferReference` string, nullable
  - `TaxRate` number
  - `TaxedAmount` number

## Other responses

- `401` — The request authorization failed or The request authorization failed
- `500` — Internal Server Error or Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
