API Updates — April 27, 2026
-
New Ramp-only accounting fields endpoints (beta) — Manage custom accounting fields that exist only in Ramp (not synced from an ERP). Create, list, fetch, update, and delete Ramp-only fields and their options. View endpoint
-
New user invite management endpoint (beta) — Control the invite lifecycle for draft users with
POST /developer/v1/users/{user_id}/invite. Schedule an invitation for a future time (SCHEDULE), cancel a scheduled invitation (DESCHEDULE), or send the invite immediately (SEND_NOW). View endpoint -
Draft user creation support — Added
is_draftfield to the create user request body. When set totrue, the user is created in aDRAFTstate without sending an invite email, allowing you to activate them later. View endpoint -
User lifecycle status field — User responses now include a
lifecycle_statusfield with possible valuesDRAFT,PENDING,ACTIVE,INACTIVE, andDELETED, giving you visibility into where a user is in their lifecycle. -
Vendor agreement link and unlink endpoints (beta) — Link purchase orders or documents to a vendor agreement via
POST /developer/v1/vendors/agreements/{agreement_id}/link, link spend requests viaPOST /developer/v1/vendors/agreements/{agreement_id}/link-spend-request, and unlink them viaDELETE /developer/v1/vendors/agreements/{agreement_id}/unlink. View endpoint -
Filter bills by missing payment details — Added
payment_details_missingquery parameter to the list bills endpoint. Set totrueto return only bills that are missing vendor bank account or payment method information. View endpoint -
Enhanced vendor credit filtering — Added
entity_id,from_created_at, andto_created_atquery parameters to both vendor credits list endpoints for filtering by business entity and creation date ranges. View endpoint -
Entity selection setting for accounting connections — Added
entity_selection_enabledfield to accounting connection settings, allowing you to enable or disable ERP entity selection for API-based accounting connections. View endpoint -
SPEND_PROGRAMadded to accounting field locations — Theremote_field_locationsenum for accounting fields now includesSPEND_PROGRAM, enabling accounting field mapping on spend programs. -
GOVERNMENT_ENTITYvendor business type — AddedGOVERNMENT_ENTITYas a new enum value for vendor business entity types when creating or updating vendors. -
Relaxed bill line item
unit_pricevalidation — Theunit_pricefield on bill line items no longer enforces a minimum of 0, allowing negative unit prices for credit adjustments. -
Nullable
manual_payment_method— Themanual_payment_methodfield on bill payment details is now nullable, returningnullwhen a bill has not yet been marked as paid. -
New audit log event types — Added numerous new event types for audit logs including
Accounting coding rules updated,Bill linked to contract,Bill unlinked from contract,Cashback redeemed,Counterparty created,Counterparty details changed,International payment initiated,Large transfer initiated,Mass payout initiated,Payment approval overridden,Payment to new counterparty, and variousWBX(workflow) andRFX(sourcing) events. View endpoint -
New audit log entity types — Added
Brokerage account,WBX Policy,WBX Request, andWallet accountas entity types for audit log filtering.
Fetched April 28, 2026
