Skip to content

Ramp Bank

Fetch business account transactions from Ramp.

Use the same OAuth access token as Ramp Card with transactions:read scope.

Terminal window
export RAMP_ACCESS_TOKEN=ramp_...
Terminal window
vgrid fetch ramp-bank --from 2026-01-01 --to 2026-02-01 --out ramp-bank.csv
FlagDescriptionDefault
--fromStart date inclusive (YYYY-MM-DD)required
--toEnd date exclusive (YYYY-MM-DD)required
--api-keyRamp access tokenRAMP_ACCESS_TOKEN env
--stateTransaction state filterCLEARED
--entityFilter by entity ID
--outOutput CSV pathstdout
-q / --quietSuppress progress messagesoff
AmountCanonical type
>= 0deposit
< 0withdrawal
  • effective_dateuser_transaction_time truncated to YYYY-MM-DD
  • posted_datesettlement_date truncated to YYYY-MM-DD; falls back to effective_date

Description priority. merchant_name > memo > merchant_descriptor (note: different order from Ramp Card).

source field. ramp.

Pagination. Cursor-based (page.next). Results are fetched in ascending date order.

Sort order. effective_date ascending, then source_id ascending.