We provide end-to-end delivery from protocol analysis and authorization reproduction to deployable API source code and automated testing, covering loan applications, disbursement, repayments and reconciliation, bill export, and automated account opening workflows.
# POST /api/v1/tunaiku/statements
Content-Type: application/json
Authorization: Bearer <ACCESS_TOKEN>
{
"customer_id": "ID123456",
"from_date": "2025-09-01",
"to_date": "2025-09-30",
"product": "pinjaman"
}
Response: 200 OK
{
"status": "OK",
"data": [
{"installment_id":"INS0001","due_date":"2025-09-15","amount":1075000,"paid":false},
{"installment_id":"INS0002","due_date":"2025-10-15","amount":1075000,"paid":true}
],
"export": {
"csv_url":"https://files.example.com/export/stmt_123.csv",
"generated_at":"2025-10-18T08:30:00Z"
}
}
Account opening automation, remote KYC with document uploads and video callbacks, and automated notifications within compliant workflows.
All implementations are based on client authorization or public APIs, following data minimization, encryption, auditing and local data residency requirements. NDA available on request.
We are a studio focused on app protocol analysis and compliant API integration. Our team comes from finance, payments gateways and mobile security, delivering OpenData / OpenFinance integration with runnable code and documentation.
If you would like a quote or to submit Tunaiku name and requirements, please visit our contact page:
Tunaiku provides online unsecured personal loans in Indonesia, with loan amounts from Rp2,000,000 to Rp30,000,000, terms of 6–30 months, and a typical monthly interest rate of 3–5% (per app description). The service supports online applications, KYC, remote verification, and fast disbursement, backed by PT Bank Amar Indonesia Tbk, regulated by OJK and insured by LPS.
(The above information is prepared for technical integration reference based on provided descriptions and publicly available information.)