API Updates — May 6, 2026
-
New Comments endpoints (beta) — List and create comments on bills and spend requests via
GET /developer/v1/comments/{object_type}/{object_id}andPOST /developer/v1/comments/{object_type}/{object_id}. Supportsbillsandspend-requestsasobject_typevalues, with paginated responses. View endpoint -
Purchase order deep links — Purchase order responses now include a
ramp_urlfield with a stable permalink to the purchase order in the Ramp web application. View endpoint -
Unified request deep links — Unified request responses now include a
ramp_urlfield linking directly to the request in the Ramp web application. View endpoint -
Bill update line item PO matching — When updating bills,
line_itemsandinventory_line_itemsnow accept apurchase_order_line_item_idfield to match individual line items to specific purchase order line items. View endpoint -
GL account association for inventory item options — The
PATCH /developer/v1/accounting/inventory-item/options/{option_id}endpoint now accepts agl_account_idfield to associate an inventory item option with a GL account. View endpoint -
Mileage reimbursement fund attribution — The
POST /developer/v1/reimbursements/mileageendpoint now accepts aspend_allocation_idfield to attribute a mileage reimbursement to a specific fund. View endpoint -
Multi-currency spending restriction support — Spending restriction descriptions for
limitandtransaction_amount_limiton cards and spend limits now correctly reference the smallest currency unit rather than assuming USD cents, reflecting proper non-USD currency handling. -
Mock webhook
business_idfield — The mock webhook event response now includes abusiness_idfield identifying the business associated with the event. View endpoint -
New webhook event types — Added
entities.createdandtransactions.syncedas new webhook event types you can subscribe to and trigger via mock webhooks. View endpoint -
Matrix table append duplicate handling — The append rows endpoint for matrix tables now supports an
ignore_duplicatesboolean parameter. Set it totrueto skip existing duplicate cells instead of returning an error. View endpoint -
Expanded audit log event types — Added 30+ new
event_typeenum values for audit logs, includingAccount details viewed,Passkey created,Passkey deleted,Transfer initiated,User logged out,Voided check downloaded,Payment run action,Edited custom field,Cash Manager settings updated, and more. View endpoint -
New audit log resource types — Added
Cash Manager recommendation,Forecast custom input,Payment run, andWallet automation policyasresource_typeenum values for audit log events. View endpoint
Fetched May 8, 2026
