Finance — entry 030 of 47
Moov
Moov is an embedded money-movement platform letting platforms send, receive, and store money via APIs for accounts, funding sources (bank accounts, cards, wallets, Apple/Google Pay), transfers, refunds, disputes, card issuing, and invoicing. Requests authenticate with Bearer tokens and specify an API version via a request header (dated versions such as v2026.04.00 are maintained side by side), returning JSON over standard HTTP status codes. Pricing is usage-based — interchange-plus card processing, per-transaction ACH/RTP fees, and a $500/month platform minimum with no published free tier — and a live Origin-header probe confirmed CORS is enabled (Access-Control-Allow-Origin echoes the request origin).
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.