Kaptl — Integrations Knowledge Base¶
Combined, searchable reference for the three payment / lending integrations. Each vendor has an Overview, Authentication, an interactive API, and a reference.
Use the search bar (top right) for full-text search across every vendor, or the top navigation.
Vendors at a glance¶
| Vendor | What it's for | Auth model | Spec |
|---|---|---|---|
| IRIS (IrisPay) | PSD2 Open Banking — account information (AIS) + payment initiation (PIS), pay-by-link, bulk payments | Layered hash headers + user tokens; JWKS | Official OpenAPI V6 (101 endpoints) |
| EasyPay / ePay.bg | Card / account / cash (EasyPay office) / ATM payments; recurring Billing for utilities | Per-merchant CIN/SECRET + HMAC-SHA1 |
Authored from kb.epay.bg |
| TurnKey Lender | Loan origination / servicing platform; full Public API + integrations | tkLender_ApiKey + tkLender_UserAuthToken |
OpenAPI v7.12 (100 endpoints) |
Sandbox access checklist¶
IRIS · IrisPay
developer.sandbox.irispay.bg
- Request sandbox agent credentials from IRIS Solutions.
- Confirm the
Authorizationheader format & token TTL. - Get test IBANs / sandbox users provisioned.
Layered hash headers + user tokens · Authentication →
EasyPay · ePay.bg
demo.epay.bg
- Register a legal entity at epay.bg.
- Submit the merchant request and sign the contract.
- Obtain your
CIN/ 64-charSECRET. - Confirm whether demo reuses production credentials.
CIN/SECRET + HMAC-SHA1 · Authentication →
TurnKey Lender
{tenant}.turnkey-lender.com/PublicApi/v7-12
- Get admin access to the staging tenant.
- Generate scoped API-client keys (System › Security).
- Confirm the API host &
tkLender_ApiKeyheader.
API key + user auth token · Authentication →
See each vendor's Authentication page for full detail and the [confirm on onboarding] items.