Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 657 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 657 Bytes

This app is an free alternative to bKash payment verification API.

    How it works :
  • When bKash payment confirmation SMS arrives to phone, using Java code that SMS is read immediately
  • Then the SMS is parsed, which mobile number it comes from and arrival time and Transaction ID etc. are parsed.
  • That information is immediately sent to server. The app turns ON internet if not already ON
  • This is how payment can be verified within few seconds

This android app is developed with the help of Javascript Interface. UI is mainly designed using HTML, CSS. Functionality is a mix of Java and Javascript.