Skip to main content
Use staging credentials and URLs during development. Staging calls do not move real funds.

Authentication

Both the Fundflow API and Finance API use the same OAuth2 token endpoint: Request (application/x-www-form-urlencoded): Tokens are valid for 5 minutes (300 seconds). See the Authentication guide for refresh patterns.

Fundflow API

Key endpoints


Finance API

Key endpoints

Relevant Finance API endpoints accept an idempotencyKey field in the request body to prevent duplicate operations on retry. Supply a unique UUID for every new request.

Quick Copy