Invoice
Retrieves the collection of Invoice resources.
Retrieves the collection of Invoice resources.
get/invoices
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Invoice collection
Example response
[
{
"id": "quickbooks-34",
"integration": "quickbooks",
"category": "Spare Parts Division",
"confirmationNumber": "2798-2929",
"customerId": "672",
"paymentMethod": "PayPal",
"paymentMethodId": "3009",
"paymentDueDate": "2020-10-22T19:30:17.697Z",
"provider": "Amazon",
"minimumPaymentDue": 2000,
"accountId": "127362",
"scheduledPaymentDate": "2021-10-22T19:30:17.697Z",
"billingPeriod": "P0Y2M0DT12H30M5S",
"status": "PastDue",
"created": "2020-09-07T19:58:50.550Z",
"modified": "2020-10-09T14:52:50.550Z",
"subtotal": 8750,
"taxAmount": 1225,
"currencyCode": "USD",
"invoiceNumber": "BP-27719",
"amountCredited": 9975,
"customerName": "Bobs Bait Shop",
"customerMemo": "It's a pleasure doing business with you. Remember, referrals are appreciated!",
"billingEmail": "ben@arima.com",
"billingAddressType": "HOME",
"billingAddressLine1": "4567 Finch St.",
"billingAddressLine2": "Apartment 203",
"billingCity": "Beverly Hills",
"billingPostalCode": "90210",
"shippingAddressType": "BUSINESS",
"shippingAddressLine1": "350 S Grand Ave",
"shippingAddressLine2": "Suite 102",
"shippingCity": "Los Angeles",
"shippingPostalCode": "90071",
"srcId": "129",
"url": "https://bobsburger.com",
"txnDate": "2020-09-07T19:58:50.550Z",
"jsonAddress": "{}",
"subscriptionId": "342",
"referenceNumber": "B1-7855",
"accountName": "Bills Bait Shop",
"billingCountry": "United States",
"totalAmount": 9975,
"billingState": "CA",
"shippingCountry": "United States",
"shippingState": "CA",
"amountDue": 6275
}
]