API Updates — June 25, 2026
-
Original transaction ID for refunds — Transaction responses now include an
original_transaction_idfield that links refund transactions back to their original transaction. View endpoint -
Application type selection — The
POST /developer/v1/applicationsendpoint now accepts anapplication_typefield with valuesBILL_PAY_ONLYorRAMP_SUITE(default), letting you specify whether the business is applying for bill pay only or the full Ramp Suite. The field is also returned on application reads. View endpoint -
Manual bank account on application creation — You can now provide
manual_bank_accountdetails (account number, routing number, account subtype, and balance) when creating an application viaPOST /developer/v1/applications, enabling bank account setup without external linking. View endpoint -
Incorporation status on application reads — Application responses now include
incorporation_status(with valuesFORMED,INCORPORATED_EXTERNALLY,INCORPORATING,NOT_INCORPORATED) andneeds_incorporation, so you can track whether a business still needs to complete incorporation through Ramp. View endpoint -
Vendor bank account update response — The
POST /developer/v1/vendors/{vendor_id}/update-bank-accountsendpoint now returns a structured response body withvendor_id,payment_method_id,payment_method_type(achorwire),status(approvedorpending_approval), andproposal_id, giving you visibility into whether the update was applied immediately or requires approval. View endpoint -
New audit log event types — Added several new event types for audit logs:
Bill pay submission policy updated,Compliance flag updated,Edited spend allocation request,Flex fee redeemed,Manual redemption redeemed,New vendor approval policy updated,Submission policy updated, andVendor edit approval policy updated. View endpoint -
Removed
transactions.all_requirements_met_and_approvedwebhook event — The deprecated webhook event typetransactions.all_requirements_met_and_approvedhas been removed. Usetransactions.all_requirements_met_and_approved_changedinstead. View endpoint -
New GL account classification — Added
AR_SALES_TAX_PAYABLE_ACCOUNTto the accounting entity GL account classification enum for tracking AR sales tax collected for remittance. View endpoint
Fetched June 26, 2026

