{"id":19839447,"url":"https://github.com/scientifichackers/dart-paytm-api","last_synced_at":"2025-08-04T15:33:18.086Z","repository":{"id":133162452,"uuid":"208834289","full_name":"scientifichackers/dart-paytm-api","owner":"scientifichackers","description":"Paytm internal APIs for dart","archived":false,"fork":false,"pushed_at":"2020-09-19T15:13:44.000Z","size":10,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-24T06:06:15.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scientifichackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-09-16T15:28:52.000Z","updated_at":"2023-10-18T18:10:33.000Z","dependencies_parsed_at":"2024-08-27T08:18:41.563Z","dependency_job_id":null,"html_url":"https://github.com/scientifichackers/dart-paytm-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/scientifichackers/dart-paytm-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fdart-paytm-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fdart-paytm-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fdart-paytm-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fdart-paytm-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientifichackers","download_url":"https://codeload.github.com/scientifichackers/dart-paytm-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fdart-paytm-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268715236,"owners_count":24295286,"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-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-11-12T12:22:30.907Z","updated_at":"2025-08-04T15:33:17.948Z","avatar_url":"https://github.com/scientifichackers.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pub package](https://img.shields.io/pub/v/paytm_api.svg?style=for-the-badge)](https://pub.dartlang.org/packages/paytm_api)\n\n# Paytm API\n\nA wrapper on paytm internal APIs, reverse-engineered from the paytm app.\n\n## Usage\n\n1. Generate Access token\n\n```dart\nimport 'package:paytm_api/paytm_api.dart' as paytm;\n\n\nvar loginToken = await paytm.login('\u003cphone number\u003e', '\u003cpassword\u003e');\nvar oauthToken = await paytm.enterOTP(loginToken, '\u003cotp\u003e');\nvar accessToken = await paytm.getAccessToken(oauthToken);\n```\n\n2. Use Access token for full access to account\n\n```dart\nprint(await paytm.getWalletHistory(accessToken));\n```\n\n## Thanks 🙏\n\n- [Charles Proxy](https://www.charlesproxy.com/)\n- [Magisk](https://magiskmanager.com/)\n- [MagiskTrustUserCerts](https://github.com/NVISO-BE/MagiskTrustUserCerts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fdart-paytm-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientifichackers%2Fdart-paytm-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fdart-paytm-api/lists"}