Step 1 — Get your credentials
Your Client ID and Client Secret are provisioned by Venly and sent to you directly. If you haven’t received them, contact us.Use your staging credentials while testing. Staging calls do not move real funds.
Step 2 — Get an access token
Exchange your credentials for a short-lived Bearer token:access_token — you’ll pass it as a Bearer token in every subsequent request.
Step 3 — First Fundflow API call
CallGET /v1/company to confirm your Fundflow credentials are working and check your KYB verification status:
Step 4 — First Finance API call
CallPOST /v1/parties to create your first party — the foundational record that will hold accounts and wallets:
201 response:
id — you’ll use it to create an account and assign wallets in the next steps.
Next Steps
Finance API walkthrough
Create a party, open and verify an account, fund it, and send your first transfer
Fundflow API guide
Set up bank accounts, wallets, and create your first ramp request
Authentication
Token refresh, environment switching, and credential security
Fundflow API Reference
Ramp requests, wallets, fees, currencies, and more
Finance API Reference
Parties, accounts, wallets, transfers, and IBANs

