{"id":19930830,"url":"https://github.com/ravi8x/android-e-commerce-paytm","last_synced_at":"2025-08-11T09:17:02.369Z","repository":{"id":119020135,"uuid":"172714346","full_name":"ravi8x/Android-E-Commerce-PayTM","owner":"ravi8x","description":"Android e-commerce with PayTM payment gateway integration","archived":false,"fork":false,"pushed_at":"2019-02-26T17:58:20.000Z","size":338,"stargazers_count":96,"open_issues_count":1,"forks_count":77,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-03T10:47:00.665Z","etag":null,"topics":["android","e-commerce","paytm-payments","paytmsdk"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ravi8x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-26T13:13:29.000Z","updated_at":"2025-04-29T06:17:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3c8ec5b-0882-4e05-a887-7f2bbb7c83b2","html_url":"https://github.com/ravi8x/Android-E-Commerce-PayTM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ravi8x/Android-E-Commerce-PayTM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravi8x%2FAndroid-E-Commerce-PayTM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravi8x%2FAndroid-E-Commerce-PayTM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravi8x%2FAndroid-E-Commerce-PayTM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravi8x%2FAndroid-E-Commerce-PayTM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravi8x","download_url":"https://codeload.github.com/ravi8x/Android-E-Commerce-PayTM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravi8x%2FAndroid-E-Commerce-PayTM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269857731,"owners_count":24486396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","e-commerce","paytm-payments","paytmsdk"],"created_at":"2024-11-12T23:05:21.444Z","updated_at":"2025-08-11T09:17:02.120Z","avatar_url":"https://github.com/ravi8x.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Android E-Commerce app - PayTM Gateway\n===================\nAndroid simple e-commerce with PayTM payment gateway integrated.\n\n| [Tutorial](https://www.androidhive.info/2019/02/android-integrating-paytm-payment-gateway-ecommerce-app/)      |  [Apk](http://download.androidhive.info/apk/mart9-paytm.apk) | [Video Demo](https://www.youtube.com/watch?v=SSgG1t63MjM)|\n|----------|--------|------|\n\n![Android Ecommerce PayTM integration](https://www.androidhive.info/wp-content/uploads/2019/02/android-e-commerce-app-paytm-integration.png)\n\n![Android Ecommerce PayTM integration](https://www.androidhive.info/wp-content/uploads/2019/02/android-e-commerce-app-paytm-demo.png)\n\nBackend REST API\n===================\nThis app uses the REST API built in Laravel to list down the products, manage orders and handling PayTM payment transactions.\n\nRefer the [Laravel PayTM](https://github.com/ravi8x/Laravel-PayTM-Server) project to know the REST API used for this project.\n\nChanging the REST endpoint\n===================\nCurrenlty this repo uses the demo REST API provided. You can build the backend project and change the base url in **app/build.gradle** file.\n```gradle\nproductFlavors {\n        dev {\n            buildConfigField \"String\", \"BASE_URL\", \"\\\"https://demo.androidhive.info/paytm/public/api/\\\"\"\n            buildConfigField \"String\", \"PAYTM_CALLBACK_URL\", \"\\\"https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=%s\\\"\"\n            buildConfigField \"boolean\", \"IS_PATM_STAGIN\", \"true\"\n        }\n\n        prod {\n            buildConfigField \"String\", \"BASE_URL\", \"\\\"https://demo.androidhive.info/paytm/public/api/\\\"\"\n            buildConfigField \"String\", \"PAYTM_CALLBACK_URL\", \"\\\"https://securegw.paytm.in/theia/paytmCallback?ORDER_ID=%s\\\"\"\n            buildConfigField \"boolean\", \"IS_PATM_STAGIN\", \"false\"\n        }\n    }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravi8x%2Fandroid-e-commerce-paytm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravi8x%2Fandroid-e-commerce-paytm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravi8x%2Fandroid-e-commerce-paytm/lists"}