releases.sh
Ramp

Ramp

ramp.comFinance
$npx @buildinternet/releases get ramp
  • New vendor contact creation endpoint — Create contacts for existing vendors with a required email and optional first_name, last_name, phone, and is_default fields. Responses indicate whether creation is approved or pending_approval. [View…
Read more →
  • Accounting field option lookup by ERP ID — Use the field_remote_id query parameter to list custom accounting field options using the field's ERP remote ID instead of its Ramp UUID. Provide exactly one of field_id or field_remote_id. [View…
Read more →
  • Currency-aware transaction amounts — Transaction responses now include entity_amount for the signed settlement amount and merchant_amount for the signed original charge, each expressed in minor units with an explicit ISO 4217 currency code. [List…
Read more →
  • Default entity support for vendors — Set default_entity_id when creating or updating a vendor to associate it with a business entity. Set it to null when updating a vendor to clear the association. [Create…
Read more →
  • Decimal lot quantities for item receipts — Item receipt inventory_assignments now use the decimal-capable quantity field instead of unit_quantity, preserving fractional lot quantities without truncation. Create, list, and fetch responses also return each assignment's…
Read more →
  • Lot-level item receipt tracking — Add inventory_assignments to item receipt line items with a required lot_number and unit_quantity, plus an optional expiration_date, when receiving lot-tracked inventory. Assignment quantities must sum to the line item's…
Read more →
  • Currency-aware transaction decline amounts — Transaction responses now include decline_details.declined_amount with a signed value in minor units and currency in ISO 4217 format, providing a currency-aware companion to the deprecated bare decline_details.amount.…
Read more →
  • New crypto wallet bill payment method — Added CRYPTO_WALLET_TRANSFER as an explicit bill payment method so you can create stablecoin wallet payments directly instead of relying on the default payment method. [View…
Read more →
  • Bill hold and release endpoints (beta) — Block or resume scheduled payments on a bill via POST /developer/v1/bills/{bill_id}/hold (with an optional reason) and POST /developer/v1/bills/{bill_id}/release. [View…
Read more →

Application entity_type now accepts LLC only

This release2 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

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.

Read more →
  • New updated_at field on transactions — Transaction responses now include an updated_at timestamp 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…
Read more →
  • 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 use fund_id instead of the legacy spend_limit_id and return detailed…
Read more →