- Fetch bill remittance receipts — Retrieve a bill's remittance receipt as a PDF via
GET /developer/v1/bills/{bill_id}/remittance-receipt. View endpoint - **Unscoped…
Developer API
Mon
Wed
Fri
JulAugSepOctNovDecJanFebMarAprMayJunJul
LessMore
Releases22Avg7/mo
- Bill hold and release endpoints (beta) — Block or resume scheduled payments on a bill via
POST /developer/v1/bills/{bill_id}/hold(with an optionalreason) andPOST /developer/v1/bills/{bill_id}/release. [View…
The entity_type field on application creation now only accepts LLC as a valid value; previously accepted values like CORPORATION, PARTNERSHIP, and others are no longer accepted in requests, though existing applications with those values may still return them in responses. Added a new Fraud Omni investigation started audit log event type and an api channel enum value for the lead_referral_partner_channel field.
- New
updated_atfield on transactions — Transaction responses now include anupdated_attimestamp representing the latest of user transaction time, settlement time, and interaction state update time. This makes it easier to understand exactly when a transaction was last…
- New AI usage ingestion endpoint — Added
POST /developer/v1/ai-usage/unifiedfor broadcasting provider-neutral AI usage event batches to Ramp AI spend analytics. View guide
- Original transaction ID for refunds — Transaction responses now include an
original_transaction_idfield that links refund transactions back to their original transaction. [View…
- New physical card endpoints (beta) — List, fetch, create, update, terminate, suspend, and unsuspend physical cards via dedicated endpoints under
/developer/v1/cards/physical. These new endpoints usefund_idinstead of the legacyspend_limit_idand return detailed…
- 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…
- New
fund_idfield on transactions — Transaction responses now include afund_idfield that returns the unique identifier of the fund associated with the transaction. The existinglimit_idfield is deprecated and returns the same value asfund_id. [View…
- Purchase order owner assignment — You can now set the
owner_idfield when creating a purchase order to specify the owner, instead of defaulting to the API caller. [View…
- New treasury accounts endpoint (beta) — List all treasury accounts for your business, including wallet, brokerage, and managed portfolio accounts. Filter results with
startandpage_sizepagination parameters. [View…
- Parent vendor ID on vendor responses — Vendor endpoints now include a
parent_vendor_idfield, making it easy to identify vendor parent-child relationships directly from the API. View endpoint
- 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…
- New accounting codings endpoint (beta) — Post accounting coding selections to Ramp objects like transactions via
POST /developer/v1/accounting/codings. Specify anobject_id,object_type(currentlyTRANSACTION), and an array ofaccounting_coding_selectionswith…
- New audit log actor type — Added
spend_request_agentas a newactor_typeenum value for filtering and identifying Spend Request Agent activity in audit log events. [View…
- Bill payment date scheduling — You can now set an optional
payment_datefield when creating or updating bills viaPOST /developer/v1/billsandPATCH /developer/v1/bills/{bill_id}to schedule when a non-card payment should be initiated. Sendnullon update to…
- New audit log event types — Added several new event types for the audit logs endpoint:
Cash manager recommendation reviewed,Forecast custom input deleted,Forecast custom input updated,Forecast settings updated, andStrict MFA setting updated. [View…
- 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…
- Card expiration in Vault API response —
GET /developer/v1/vault/cards/{card_id}now returns anexpirationfield with the card's expiration date inMMYYformat, aligning the GET response with the existing POST response. [View…
- Purchase order memo updates — You can now update the
memofield when patching a purchase order viaPATCH /developer/v1/purchase-orders/{purchase_order_id}. [View…
Last Checked
3h ago
Latest
Jul 16, 2026
