This repo consists of sample Android app project for using Paytm All-in-One SDK implemented along with server side code run on Firebase Functions. The server side code can be found at PaytmIntegrationSampleServer.
- Obtain Paytm Merchant credentials from https://dashboard.paytm.com/next/apikeys
- Setup your server side code on Firebase functions from PaytmIntegrationSampleServer
- Fork and open the repo in Android Studio
- Replace the paytm merchant credentials in Constants.java with your credentials obtained from https://dashboard.paytm.com/next/apikeys
- Uninstall release version of Paytm app if installed on your testing device and install the Paytm Staging app instead.
Login Credentials:
Username:- 7777777777
Password:- Paytm12345
- Fork the repo to your account and then clone it on your machine
- Make a separate branch for the changes you make with a meaningful name
- Commit your changes to the branch
- Make a Pull Request to master with PR body containing description of changes you made and link to its issue.