Android Bank Transfer Payment App

Заказчик: AI | Опубликовано: 12.02.2026

I need a straightforward Android application that lets my customers send money to me by bank transfer. After signing up or logging in with the classic username-and-password flow, a user should be able to choose an amount, see (or pre-fill) my banking details, and push the payment through an integrated bank-transfer API. Security is critical, so the credential flow must be encrypted end-to-end and the transfer requests signed or otherwise verified to prevent tampering. A lightweight backend—REST or Firebase Cloud Functions is fine—can manage authentication, session tokens, and payment-status webhooks. Please deliver: • Full Android Studio project (Java or Kotlin) • Secure username/password authentication flow • Bank-transfer API integration with success/error callbacks • Simple UI: login, payment form, history screen • Buildable APK plus source code in a private repo I’m happy to discuss which local bank APIs you’ve worked with and any suggestions for future additions such as card or wallet support, but this first milestone focuses solely on bank transfers.