A REST-based, bank-grade secure API. One standard schema for every bank — no separate integrations, docs or surprises.
# Hesap hareketlerini çek curl https://api.kobakus.com/v1/accounts/acc_18/transactions \ -H "Authorization: Bearer kb_live_•••" # 200 OK { "account": "TR•••4821", "balance": 248530.00, "transactions": [ { "amount": 12400, "type": "credit" } ] }
Create test and live API keys from the dashboard in seconds.
One endpoint, standard JSON schema. SDK or direct REST.
Move from sandbox to live by swapping one key.
/v1/banksList 3000+ supported banks/v1/connectionsStart a bank connection (consent)/v1/accounts/:id/transactionsFetch account transactions/v1/paymentsInitiate a payment/v1/pos/linksCreate a Virtual POS linkPick an endpoint, run it and see a sample sandbox response instantly.
Sample/sandbox response; no live request is sent. Open a free account to try with your real key.
// press "Run"
Official clients ship with webhook verification, retries and type safety.
No. Kobaküs abstracts every bank behind one standard schema. The same call works across 3000 banks; we handle the differences.
Yes. Signed webhooks are sent for payment status, connection consent and account updates. SDKs verify signatures automatically.
The only change is the API key. The same codebase runs in production when you swap kb_test_ for kb_live_.
Get your free API key and test all you want in the sandbox.