API Updates — July 15, 2026
- Bill hold and release endpoints (beta) — Block or resume scheduled payments on a bill via
POST /developer/v1/bills/{bill_id}/hold(with an optionalreason) andPOST /developer/v1/bills/{bill_id}/release. View endpoint View endpoint - Vendor hold and release endpoints (beta) — Block or resume payments to a vendor via
POST /developer/v1/vendors/{vendor_id}/hold(with an optionalreason) andPOST /developer/v1/vendors/{vendor_id}/release. View endpoint View endpoint - Default Bill Pay payment account on entities — Accounting connection responses now include
default_bill_pay_payment_account_id, and each account now returns abank_account_idso you can match the entity's configured default Bill Pay account to its GL account. View endpoint - GL account visibility support — General ledger account responses now include a
visibilityfield, and you can setVISIBLEorHIDDENwhen updating an account viaPATCH /developer/v1/accounting/accounts/{gl_account_id}. View endpoint - Audit log time filter aliases — The audit log events endpoint now accepts
start_timeandend_timeas compatibility aliases forfrom_dateandto_date. View endpoint - New FedNow payment method — Added
FED_NOWenum value for instant FedNow bank transfers across bill and payment schemas. - Reimbursement ID on receipts — Receipt responses now include a
reimbursement_idfield identifying the reimbursement a receipt belongs to. View endpoint - Negative tax rates supported — Removed the non-negative constraint on the tax
ratefield for create, update, and response schemas, enabling reverse-charge rates. View endpoint - Expanded business entity types — Application requests now accept
COOPERATIVE,CORPORATION,LLC,NON_PROFIT_CORPORATION,OTHER,PARTNERSHIP, andSOLE_PROPRIETORSHIPforentity_type. View endpoint - New agreement renewal status — Added
PLANNINGenum value for vendor agreement renewal status, used to track draft renewals separately from submitted requests. View endpoint - New bill pay audit log event — Added the
Bill pay marked as unpaidevent action to audit log events. View endpoint - New iCalendar file type support — Added
ics(text/calendar) as a supported file type for documents and attachments. - New GL account usage types — Added
FIXED_ASSET_ACCUMULATED_IMPAIRMENT_ACCOUNT,FIXED_ASSET_IMPAIRMENT_LOSS_ACCOUNT, andFIXED_ASSET_PROCEEDS_ON_DISPOSAL_ACCOUNTenum values to GL account responses. View endpoint - Retainage withholding rate on purchase order line items — Purchase order line items now return a
withholding_ratefield for retainage-aware workflows. View endpoint - OCR-detected currency on spend requests — Spend request OCR responses now include an
ocr_detected_currencyfield showing the raw currency value detected when a fallback occurred.
Fetched July 15, 2026
