API Updates — June 11, 2026
-
New
all_requirements_met_and_approvedfield on transactions — Transaction responses now include anall_requirements_met_and_approvedboolean indicating whether the transaction is fully approved and all cardholder requirements (receipts, memos, tracking categories) are met. View endpoint -
New webhook event types for transactions — Added
transactions.all_requirements_met_and_approved(fires when a transaction is fully approved with all required items completed) andtransactions.receipt_addedto the list of subscribable webhook events. View endpoint -
New
fund_idfield on bill card payment details — Bill responses now includefund_idin card payment details, which identifies the fund associated with the payment. The existingspend_limit_idfield continues to be returned but is now marked as deprecated. View endpoint -
Acting on behalf of another user when creating vendors — Added optional
acting_user_idfield toPOST /developer/v1/vendorsto specify which Ramp user is recorded as the requestor. This user is used for approval policy evaluation. Requires admin or owner privileges on the OAuth token. Defaults to the token owner when omitted. View endpoint -
Include draft vendors when listing — Added
include_draftquery parameter toGET /developer/v1/vendors. When set totrue, the response includes vendors that are still in draft state or pending creation approval — useful for deduplicating byexternal_vendor_idimmediately after creating a vendor on businesses with vendor approval policies enabled. Defaults tofalse. View endpoint -
New banking endpoints (beta) — List all banking accounts for your business via
GET /developer/v1/banking/accountsand retrieve daily balance history for a specific account viaGET /developer/v1/banking/accounts/{account_id}/balance-history. These replace the previous/developer/v1/treasury/paths. View endpoint -
List syncable banking transactions — Retrieve banking transactions available for syncing to an accounting provider via
GET /developer/v1/banking/syncable-transactions, with filtering byentity_ids,start_date,end_date, andinclude_synced_transfers. View endpoint -
New
Ticket approvers updatedaudit log event type — AddedTicket approvers updatedto the list of audit log event types, fired when a ticket's approvers are changed. View endpoint -
Memo field max length constraint removed — The
memofield on transaction responses no longer advertises amaxLengthof 255, reflecting that memos may exceed that length.
Fetched June 11, 2026

