Vendor Bills to Contact
Model vendor invoices with the contact and funding sources you already manage. Flow is typically: create (draft or active) → update draft if needed → activate → pay → optional notify.
Happy path
- Create a vendor invoice (
DRAFTorACTIVE) with amount, contact, dates, and funding sources as required. - For drafts, patch the draft until ready, then activate.
- Pay the invoice when you are ready to move funds.
- Use notify when you want to trigger a payer notification for that invoice.
API reference:
- Create Vendor Invoice (DRAFT or ACTIVE)
- Get All Vendor Invoices
- Get Vendor Invoice by GID
- Update Draft Vendor Invoice
- Make Draft Vendor Invoice Active
- Pay Vendor Invoice
- Notify Vendor Invoice
Prerequisites
- Vendor (or payer) contact and appropriate funding sources—see Manage Contacts.
Operational notes
- Statuses on the invoice entity drive what operations are valid next; align your UI or jobs to those states.
- Combine with Webhooks for asynchronous updates instead of polling alone.