1
Create and verify your business
Sign up and complete business verification at app.tradevu.co. Your business must be approved before API access can be enabled, and an admin must turn on
isAllowAPIAccess for your account.2
Generate an API key
From the Tradevu Dashboard, generate your live API key. Key creation, rotation, and revocation are dashboard-only actions and aren’t exposed through the API — see Authentication for details.
3
(Optional) Register a webhook URL
Point Tradevu at an endpoint on your server so you’re notified the moment a payment collection settles, instead of polling.See Webhooks for the payload shape.
4
Make your first request
Confirm everything is wired up with a quote request — it’s a read-only call, so it’s safe to test with.
Response
5
Collect your first payment
Every collection needs a The response includes
paymentReference that’s unique on your side — you’ll use it later to look up status.paymentInstruction — the account details to show your customer. Walk through the full flow, including status polling and webhooks, in Payment Collections.Next steps
Authentication
Understand API keys, dashboard auth, and required headers.
Payment Collections
Full collection lifecycle: quote, deposit, instructions, status.
Payouts
Send money out — same currency, cross-currency, or to crypto.
API Reference
Every endpoint, parameter, and response field.