Skip to content

Connections

VisiGrid connects to 11 financial data sources via vgrid fetch. Each adapter authenticates with the provider, fetches transactions for a date range, and outputs the same canonical 9-column CSV. See vgrid fetch for the output format specification.

ConnectionCommandAuthDescription
Stripevgrid fetch stripeAPI key (STRIPE_API_KEY)Balance transactions with payout grouping
Mercuryvgrid fetch mercuryAPI key (MERCURY_API_KEY)Bank account transactions
QuickBooks Onlinevgrid fetch qboOAuth 2.0 credentials fileDeposits, purchases, transfers
Xerovgrid fetch xeroOAuth 2.0 credentials fileBank transactions & transfers
Gustovgrid fetch gustoOAuth 2.0 credentials filePayroll (net, tax, other)
Brex Cardvgrid fetch brex-cardAPI key (BREX_API_KEY)Card transactions
Brex Bankvgrid fetch brex-bankAPI key (BREX_API_KEY)Cash account transactions
Ramp Cardvgrid fetch ramp-cardOAuth token (RAMP_ACCESS_TOKEN)Card transactions
Ramp Bankvgrid fetch ramp-bankOAuth token (RAMP_ACCESS_TOKEN)Business account transactions
Custom HTTPvgrid fetch httpConfigurableAny JSON REST API via mapping file
SFTPvgrid fetch sftpSSH key / passwordDownload files from SFTP servers

All adapters except SFTP produce the canonical 9-column CSV described in vgrid fetch. SFTP is a transport-only adapter that downloads raw files.