curl --request GET \
--url https://api.bunny.net/billing/payment-requests \
--header 'AccessKey: <api-key>'[
{
"Id": 123,
"Amount": 123,
"DateGenerated": "2023-11-07T05:31:56Z",
"DateDue": "2023-11-07T05:31:56Z",
"Description": "<string>",
"Paid": true,
"DatePaid": "2023-11-07T05:31:56Z",
"BillingInvoiceId": 123,
"BillingInvoiceDownloadLink": "<string>",
"BankTransferReference": "<string>",
"TaxRate": 123,
"TaxedAmount": 123
}
]curl --request GET \
--url https://api.bunny.net/billing/payment-requests \
--header 'AccessKey: <api-key>'[
{
"Id": 123,
"Amount": 123,
"DateGenerated": "2023-11-07T05:31:56Z",
"DateDue": "2023-11-07T05:31:56Z",
"Description": "<string>",
"Paid": true,
"DatePaid": "2023-11-07T05:31:56Z",
"BillingInvoiceId": 123,
"BillingInvoiceDownloadLink": "<string>",
"BankTransferReference": "<string>",
"TaxRate": 123,
"TaxedAmount": 123
}
]API Access Key authorization header
A list of pending payment requests or A list of pending payment requests
Was this page helpful?