Skip to main content

Ramp connector

Back to the connector overview, authentication methods, and actions.
13 Aug 2026
bug-fixRejected list requests now return Ramp’s own validation message instead of a bare HTTP 422, so callers can see what to correct.
ramp_list_accounting_accounts, ramp_list_accounting_field_options, ramp_list_accounting_fields, ramp_list_accounting_vendors, ramp_list_bills, ramp_list_departments, ramp_list_entities, ramp_list_funds, ramp_list_locations, ramp_list_memos, ramp_list_merchants, ramp_list_physical_cards, ramp_list_purchase_orders, ramp_list_receipts, ramp_list_reimbursements, ramp_list_repayments, ramp_list_spend_programs, ramp_list_transactions, ramp_list_transfers, ramp_list_trips, ramp_list_vendors, ramp_list_virtual_cards
12 Aug 2026
bug-fixWebhook verification now confirms the exact subscription StackOne created instead of guessing the newest pending one, so event delivery starts reliably even when several subscriptions are awaiting verification. Webhook events are marked as preview.
5 Aug 2026
new-actions bug-fix description-fixAdded accounting field-option update and delete actions, surfaced Ramp’s real validation messages on failed writes, and corrected transaction-split and card-issuance guidance.
ramp_delete_accounting_field_option, ramp_update_accounting_field_option
ramp_create_accounting_field_options, ramp_create_physical_card, ramp_create_receipts, ramp_list_transactions, ramp_list_users, ramp_update_accounting_account, ramp_update_physical_card, ramp_update_transaction, ramp_update_vendor
29 Jul 2026
native-webhooksAdded native webhook event mapping — 41 Ramp events with fully programmatic subscription lifecycle (create, verify, delete) and events setup guide.
ramp_create_accounting_accounts, ramp_create_accounting_codings, ramp_create_accounting_connection, ramp_create_accounting_field_options, ramp_create_accounting_fields, ramp_create_accounting_ready_to_sync, ramp_create_accounting_syncs, ramp_create_accounting_vendors, ramp_create_departments, ramp_create_locations, ramp_create_memos, ramp_create_physical_card, ramp_create_receipts, ramp_create_spend_programs, ramp_create_user, ramp_create_vendors, ramp_delete_accounting_account, ramp_delete_vendor, ramp_get_accounting_account, ramp_get_accounting_connection, ramp_get_accounting_field, ramp_get_accounting_vendor, ramp_get_bill, ramp_get_business, ramp_get_business_balance, ramp_get_department, ramp_get_entity, ramp_get_fund, ramp_get_location, ramp_get_memo, ramp_get_physical_card, ramp_get_receipt, ramp_get_reimbursement, ramp_get_spend_program, ramp_get_transaction, ramp_get_transfer, ramp_get_trip, ramp_get_user, ramp_get_user_deferred_status, ramp_get_vendor, ramp_get_virtual_card, ramp_list_accounting_accounts, ramp_list_accounting_connections, ramp_list_accounting_field_options, ramp_list_accounting_fields, ramp_list_accounting_vendors, ramp_list_bills, ramp_list_departments, ramp_list_entities, ramp_list_funds, ramp_list_locations, ramp_list_memos, ramp_list_merchants, ramp_list_physical_cards, ramp_list_purchase_orders, ramp_list_receipts, ramp_list_reimbursements, ramp_list_repayments, ramp_list_spend_programs, ramp_list_transactions, ramp_list_transfers, ramp_list_trips, ramp_list_users, ramp_list_vendors, ramp_list_virtual_cards, ramp_manage_user_invite, ramp_update_accounting_account, ramp_update_department, ramp_update_location, ramp_update_physical_card, ramp_update_transaction, ramp_update_user, ramp_update_vendor
24 Jul 2026
bug-fixClarified transactions and cards guidance from cross-SDK testing — requires_memo semantics, virtual-vs-physical card lookups, and physical-card rename limits.
ramp_get_physical_card, ramp_list_transactions, ramp_update_accounting_account, ramp_update_physical_card
13 Jul 2026
bug-fixClarified action guidance flagged in behavioural testing — GL account deactivation, virtual vs physical card lookups, repayment-to-transfer resolution, transaction approval filters, and department coding via splits.