get https://app.pennylane.com/api/external/v1/customer_invoices/
This endpoint returns a specific invoice.
Log in to see full request history
Responses
This endpoint returns a specific invoice.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/customer_invoices/id \
--header 'accept: application/json'
xxxxxxxxxx
103}
{
"invoice": {
"id": "wMoOACctiA",
"label": "Invoice label",
"invoice_number": "Invoice number",
"quote_group_uuid": "b50b8fe6-48ce-4380-b9b3-52eec688fc04",
"is_draft": true,
"is_estimate": true,
"currency": "EUR",
"amount": "230.32",
"currency_amount": "230.32",
"currency_amount_before_tax": "196.32",
"exchange_rate": 1,
"date": "2020-01-01",
"deadline": "2020-09-30",
"currency_tax": "34.0",
"language": "fr_FR",
"paid": false,
"fully_paid_at": "2023-08-30",
"status": "upcoming",
"discount": "50.1",
"discount_type": "relative",
"public_url": "https://app.pennylane.com/...",
"file_url": "https://app.pennylane.com/.../file.pdf",
"filename": "my_file.pdf",