This guide walks you through making your first API call and creating a payment with Orkesta. You will be up and running in under 10 minutes.Documentation Index
Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
You need the following before starting:- An active Orkesta account. Sign up at orkesta.com.tr if you do not have one.
- An API key from Settings → API Keys in your workspace dashboard.
Use the sandbox base URL
https://sandbox.api.orkesta.com.tr/v1 during development. Sandbox payments do not move real funds.Steps
Obtain your API key
In your Orkesta workspace, go to Settings → API Keys and click New key. Give the key a name, set an optional expiry date, and click Create.Copy the key immediately — it is shown only once. Store it in an environment variable or a secrets manager.
Make your first API call
Verify your key is working by fetching your accounts list.A successful response returns an array of account objects:
Create a payment
Send a Orkesta creates the payment and returns it with a
POST request to /payments with the payment details in the request body. Use the account IDs returned in the previous step.pending status:Next steps
Authentication
Learn about key scopes, rotation, and error handling.
Payments overview
Explore all payment methods and lifecycle states.
API reference
Full reference for every Orkesta endpoint.
