Openapi
Return an invoice detail record for the specified organization.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/invoices/123"{ "invoice": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "customerId": 1, "customerContactId": "94bcd060-4a66-4a44-96c9-7a2da2955e96", "customerReference": "string", "number": 1, "numberYear": 1, "numberPrefix": "string", "displayNumber": "string", "status": "draft", "dueDays": 0, "invoiceTemplateId": "0e2218cf-2209-4a99-926b-e096382f8ef3", "title": "string", "intro": "string", "terms": "string", "currency": "string", "vatInclusive": true, "discountKind": "none", "discountValue": 0, "discountDescription": "string", "subtotalExcl": 0, "vatTotal": 0, "totalIncl": 0, "issueDate": "string", "dueDate": "string", "publicMessage": "string", "footerText": "string", "sourceQuoteId": "770302a9-ee43-4907-b3ac-f9c522a6f776", "deliveryDate": "string", "kind": "invoice", "originalInvoiceId": "787ae005-a194-4a17-83df-7d3c81acedb2", "vatRegime": "standard", "sellerName": "string", "sellerAddressLine1": "string", "sellerAddressLine2": "string", "sellerAddressPostalCode": "string", "sellerAddressCity": "string", "sellerAddressCountry": "string", "sellerEmail": "string", "sellerPhone": "string", "sellerKvk": "string", "sellerBtw": "string", "sellerIban": "string", "buyerName": "string", "buyerAddressLine1": "string", "buyerAddressLine2": "string", "buyerAddressPostalCode": "string", "buyerAddressCity": "string", "buyerAddressCountry": "string", "buyerEmail": "string", "buyerKvk": "string", "buyerBtw": "string", "termsRichText": "string", "termsUrl": "string", "termsPdfFileId": "447ac172-1a77-4d3e-a448-6529f5bad5f6", "termsPdfVersionId": "357f5e3f-e5dd-4fb8-ab36-48697a651460", "sentAt": "2019-08-24T14:15:22Z", "paidAt": "2019-08-24T14:15:22Z", "cancelledAt": "2019-08-24T14:15:22Z", "archivedAt": "2019-08-24T14:15:22Z", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "updatedBy": "b0efe45f-0520-4e21-90f0-7e35f137732e", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }, "lines": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "invoiceId": "4f163819-178d-470c-a246-d6768476a6ec", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "kind": "line", "lineType": "product", "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113", "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8", "title": "string", "description": "string", "quantity": 0, "unit": "string", "unitPrice": 0, "vatRate": 0, "discountKind": "none", "discountValue": 0, "pricingMode": "unit", "position": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "statusHistory": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "invoiceId": "4f163819-178d-470c-a246-d6768476a6ec", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "fromStatus": "draft", "toStatus": "draft", "actorUserId": "94141e08-adc7-44ce-bed3-45f031b9f36f", "reason": "string", "createdAt": "2019-08-24T14:15:22Z" } ], "linkedTaskIds": [ "7ce2dbb8-9c9b-43ac-83fd-8916c9bef936" ], "payment": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "invoiceId": "4f163819-178d-470c-a246-d6768476a6ec", "provider": "stripe", "stripePaymentIntentId": "string", "stripeChargeId": "string", "stripeDestinationAccountId": "string", "status": "requires_payment_method", "currency": "string", "amountTotal": 0, "applicationFeeMode": "percentage", "applicationFeeAmount": 0, "applicationFeeBps": 0, "failureCode": "string", "failureMessage": "string", "paidAt": "2019-08-24T14:15:22Z", "canceledAt": "2019-08-24T14:15:22Z", "refundedAt": "2019-08-24T14:15:22Z", "disputedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }, "originalDisplayNumber": "string"}