API Updates — May 21, 2026
-
Receipt OCR data now available — You can retrieve structured OCR data (currency code and line items with name, date, quantity, unit price, and total price) from receipts by passing the
include_ocr_dataquery parameter on the List Receipts and Get Receipt endpoints. View endpoint -
Entity scoping for accounting field options — When creating field options via
POST /developer/v1/accounting/field-options, you can now passentity_remote_idsto restrict an option to specific entities. When updating viaPATCH /developer/v1/accounting/field-options/{field_option_id}, you can set, reset (withnull), or leave entity scoping unchanged. View endpoint -
Spend allocation filtering by member role — The
member_rolesquery parameter onGET /developer/v1/limitsnow acceptsOWNER,COOWNER, andMEMBERvalues (theCOORDINATORvalue has been removed). Use this withuser_idto filter spend allocations by a user's access role. View endpoint -
GOVERNMENT_ENTITYremoved from application entity types — TheGOVERNMENT_ENTITYenum value is no longer accepted for theentity_typefield when creating applications viaPOST /developer/v1/applications. Requests using this value will now fail validation. View endpoint -
Currency code renamed from
OUSDtoOPEN_USD— The currency enum valueOUSDhas been renamed toOPEN_USDacross all endpoints that accept or return currency codes. -
Renamed "Business Account" to "Checking Account" — Default
account_namevalues in vendor ACH and wire bank account request bodies now default toChecking Accountinstead ofBusiness Account. The audit log eventBusiness Account terms acceptedhas been renamed toChecking Account terms accepted. -
New audit log event types — Added
Bill pay rejected PDR bank account ownership match,External agent key created,External agent key revoked,External agent key updated, andInitiated digital wallet provisioning (audit)as filterable event types. The previousAgent key created,Agent key revoked, andAgent key updatedvalues have been replaced by theirExternal agent keycounterparts. View endpoint -
New spend request action and denial reasons — Purchase order spend requests now include a
send_pdf_to_vendoravailable action, and the agreement linking denial reasons include a newpunchout_ordervalue indicating agreements are not supported for punchout purchase orders. -
Punchout order ID on purchase order line items — Purchase order line item responses now include a
punchout_order_idfield.
Fetched May 28, 2026


