9 Commits

Author SHA1 Message Date
Achmad Setyabudi Susilo b4c53c9122 docs(loa): split /submit into /confirm + /submit and add reference_number flow
- Add /confirm endpoint (section 4) — receives the loan data, formats
  display strings, persists context to Redis keyed by reference_number
- /send-otp now requires reference_number; resend reuses the same
  endpoint (no separate /resend-otp)
- /submit-otp requires reference_number and returns a new one for /submit
- /submit now takes only pin + reference_number; loan data is loaded
  from Redis
- Rename term label '3 Bulan' to '3x Cicilan' across all examples
2026-06-29 15:28:32 +07:00
Achmad Setyabudi Susilo 170d6ab755 docs(form): include simulation list in /form response 2026-06-29 14:29:21 +07:00
Achmad Setyabudi Susilo 9820023158 Rename 'Loan In-App' to 'Loan on App' 2026-06-29 07:27:03 +07:00
Achmad Setyabudi Susilo d6a9fa83cd docs(form): add loan_multiplier to /form response
Indicate the user-entered amount must be a multiple of this value (e.g. 100000) for frontend validation.
2026-06-29 06:52:21 +07:00
Achmad Setyabudi Susilo 732bc020e8 Update README 2026-06-26 11:23:39 +07:00
Achmad Setyabudi Susilo 094efce7b1 Update README 2026-06-25 14:55:23 +07:00
Achmad Setyabudi Susilo 38e7f17c65 Update README 2026-06-25 14:42:10 +07:00
Achmad Setyabudi Susilo a0556636fc Update README 2026-06-25 14:30:47 +07:00
Achmad Setyabudi Susilo 81a3b8d0c9 Add README 2026-06-25 14:13:24 +07:00