Finance — entry 030 of 47

Moov

Verified Jul 2026

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).

money-movementpaymentsembedded-financeachcard-issuing
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingMeteredBilled per request beyond a limited free quota.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score69out of 100
Authentication15/25API key required
Pricing11/20Metered / usage-based pricing
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 69 on greatapis.com
<a href="https://greatapis.com/api/moov/"><img src="https://greatapis.com/badge/moov.svg" alt="Scored 69 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.