Received's Invoices APIs allow our users to manage their invoices and contracts. The APIs support operations such as fetching an invoice, reconciliation of an invoice, fetching customers' related data.
Endpoint on this page
GET https://api.received.ai/api/invoices/<invoice_ref>GET https://api.received.ai/api/invoices/reconcile
Don't forget! APIs must include:
Bearer Token - return from the login call
API version - {"Version": "V0"}
Fetching Invoices
Fetching invoices involves retrieving specific billing documents either by their unique invoice ID or through a contract ID, which allows access to both current and upcoming invoices, ensuring timely financial management and client servicing
Get Invoice
GET https://api.received.ai/api/invoices/<invoice_ref>
Delves into additional invoices methods, broadening your integration capabilities and enhancing secure access
Reconcile Invoice / Mark Paid Invoice
The Reconcile Invoice API facilitates the comparison and adjustment of invoice records with actual transactions, ensuring that payment details align with billed services, thereby streamlining the accounting process and enhancing financial accuracy
GET https://api.received.ai/api/invoices/reconcile