1. Request account provisioning
Contact the LauncX operations team to provision your account on V3.
API base paths:
/api/v1 (Create Payment) and /api/v3 (Get Payment plus the Disbursement / payout API).
2. Initial login
Log in to your environment dashboard with the credentials provided.3. Security setup
Change your password and set up 2FA before using the rest of the dashboard.4. IP whitelisting (your IPs → LauncX)
Send the LauncX team the exhaustive list of source IP addresses you will call the API from. Calls from non-whitelisted IPs are rejected with403 Forbidden.
5. Configure your webhook endpoint
- Go to Dashboard → Callback Settings.
- Register your webhook / callback URL.
- Save the Callback Secret shown — you need it to verify webhook signatures (see Webhooks).
6. Copy your API key
Dashboard → API Settings → copy your V3 API key and store it securely.Keys are environment-specific — a staging key will not work in production and vice versa.