Protocol analysis, compliant integration, and runnable API source delivery based on OpenData/OpenFinance — for the Indonesian market and global access
We provide end-to-end delivery from protocol reverse-engineering/analysis (within authorized scope) to OpenAPI / SDK, and automated reconciliation scripts, supporting E-KTP verification, application workflows, interest rules, and repayment reconciliation.
{
"POST /api/v1/loans/apply": {
"headers": {"Authorization": "Bearer <CLIENT_JWT>", "Content-Type": "application/json"},
"body": {
"national_id": "3201xxxxxxxxxxxx", // E-KTP
"name": "Applicant Name",
"phone": "+6281xxxxxxxx",
"amount": 1000000,
"tenor_days": 180
}
},
"Response": {
"application_id": "APP-20251001-1234",
"status": "PENDING/APPROVED/REJECTED",
"apr": "20.3%",
"daily_service_fee_pct": "0.24%",
"repayment_schedule": [{"due_date":"2026-...","amount":...}]
}
}
Supports common interest models: daily interest, monthly amortization, and lump-sum at maturity; supports custom APR mapping, daily service fees and late fee strategies, and outputs installment repayment details (CSV/Excel/JSON).
Familiar with Indonesian regulations and OJK/POJK requirements; can assist with regulatory compliance integration and audit materials (e.g., POJK No. 10/POJK.05/2022).
From protocol analysis to first delivery typically 5-15 business days (complexity depending); supports post-delivery acceptance and ongoing maintenance.
Provides least-privilege access, access controls, data-in-transit TLS, and data masking recommendations; NDA and security assessments available.
GET /api/v1/loans/{application_id}
POST /api/v1/loans/apply
POST /api/v1/loans/{id}/confirm-repayment (callbacks / manual reconciliation)
GET /api/v1/transactions?from=2025-09-01&to=2025-09-30
Requests for E-KTP, phone numbers, and personal data are made only with explicit user consent. Supports consent logs and data minimization retention for regulatory audits.
For inquiries, quotes, or to submit your target app name and requirements, click the button below to visit the contact page:
Deliverables include runnable API source code, OpenAPI documentation, integration instructions, test scripts, and compliance recommendations. NDA and customized enterprise solutions available if needed.
Original description (provided):
Example: principal Rp 1,000,000, tenor 180 days, APR = 20.3%, daily service fee 0.24%
Note: The above is a sample using daily rate and daily compounding. Actual product terms may use different interest calculations (rounding, base, fee types); rely on PinjamDuit API responses for integration.