kakaobank.com
Unofficial KakaoBank provider for accounts and transaction history.
This models the unofficial KakaoBank web or app surface rather than a public API. It is hard because the workflow depends on authenticated banking sessions, device or OTP checks, and careful handling of personal financial data.
Retrieve the user's KakaoBank deposit and card accounts from the authenticated session, including masked numbers and balances for already linked products.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Whether hidden or closed accounts should be included
false
Auth required for this operation.
Fetch a time-bounded transaction ledger for one KakaoBank account using the user's authenticated bank session. The implementation must respect the bank's paging or chunking rules.
Linked account identifier from the account list
acct_12345
Start date for the ledger window
2026-06-01
End date for the ledger window
2026-06-30
Load the current balance snapshot for a single KakaoBank account from the authenticated session. This is the right call when you need the latest balance rather than the full history.
Account identifier to inspect
acct_12345
Auth required for this operation.
Auth required for this operation.