Start your Starks integration with API key authentication, workflow guides, and links to the most important API endpoints.
Start your Starks integration by choosing the workflow you need and sending your secret key in the x_starks_api_key header.
Start here
- Read Getting Started with Starks.
- Generate a secret key in your Starks dashboard.
- Choose your environment base URL:
| Environment | Base URL |
|---|---|
| Sandbox | https://api.starksdevelop.com/ |
| Production | https://api.starksfinance.com/ |
- Add
x_starks_api_key: <your-secret-key>to your requests. - Add
Content-Type: application/jsonto your requests. - If you call Initialize payout, also include the signature header described on that endpoint. Use the same secret key to generate that signature.
Choose a workflow
Reference by area
Banks
Beneficiaries
Pay-ins
Payouts
Conversions
Settlements
Response basics
2xx: Your request succeeded or returned data.4xx: Review yourx_starks_api_keyheader, validation, and request format before retrying.5xx: Retry after confirming that you are using the correct environment and request body.
Next step
If this is your first integration, start with Getting Started with Starks.