Most people doesn't need payment gateway, my gut feeling is that most of them (online store owners) only need a way to get notification if somebody paid an order. In this repo, we are going to create a proof of concept that by listening to bank app notification, we can achieve the same result.
Code is generated 100% by Codex.
Look at /app/src/main/java/id/local/transfermonitor/util/MyBcaNotificationTemplates.kt and tell your clankers to build one for you.
Enter the pinned Android development environment:
nix developIf you use direnv:
direnv allowThe shell provides:
- JDK 17
- Gradle
- Kotlin
- Android SDK platforms 35 and 36
- Android build tools 35.0.0
- Android platform tools
nix develop
gradle assembleDebugThe debug APK is written to:
app/build/outputs/apk/debug/app-debug.apk
Install it on a connected Android device:
adb install -r app/build/outputs/apk/debug/app-debug.apkOpen PakEko, enable notification access in Android settings, then watch the local Parsed transaction and Notifications tabs.
MIT