{"id":43674156,"url":"https://github.com/bugfan/ipayment","last_synced_at":"2026-02-05T00:42:59.503Z","repository":{"id":180103346,"uuid":"664576998","full_name":"bugfan/ipayment","owner":"bugfan","description":"个人微信/支付宝收款码支付系统 支付 免签支付 (免签约 无手续费 不用开公司申请商户号)","archived":false,"fork":false,"pushed_at":"2024-08-14T01:10:47.000Z","size":1310,"stargazers_count":45,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-14T03:09:49.484Z","etag":null,"topics":["free","free-payment"],"latest_commit_sha":null,"homepage":"https://mp.weixin.qq.com/s?__biz=MzU5NTQ2NTg0Mw==\u0026mid=2247484178\u0026idx=1\u0026sn=a68d2c931edbe0bb9f4494c146e54c52\u0026chksm=fe70c00ec90749181789abc683ce6f4b0d58eab8707495ebeb31d061a7ea690736fd9bc2cec6#rd","language":null,"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/bugfan.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}},"created_at":"2023-07-10T09:33:17.000Z","updated_at":"2024-08-14T03:09:52.078Z","dependencies_parsed_at":null,"dependency_job_id":"2532306f-2dfd-4a32-86e0-9ab52ce14500","html_url":"https://github.com/bugfan/ipayment","commit_stats":null,"previous_names":["bugfan/ipayment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugfan/ipayment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fipayment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fipayment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fipayment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fipayment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugfan","download_url":"https://codeload.github.com/bugfan/ipayment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfan%2Fipayment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29103602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T22:44:52.815Z","status":"ssl_error","status_checked_at":"2026-02-04T22:44:16.428Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["free","free-payment"],"created_at":"2026-02-05T00:42:58.905Z","updated_at":"2026-02-05T00:42:59.499Z","avatar_url":"https://github.com/bugfan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## 免签约个人微信/支付宝收款码支付系统\n\n## 系统包含的组件\n- 支付管理\n  - Golang后端程序\n  - Vue前端程序\n  - Mysql\n- Android apk安装包\n\n## 说明\n\n#### 特点\n- 不用开公司\n- 不用接商户复杂的支付api\n- 钱直接到自己账户\n- 没有传统第三方商户签约抽成/手续费\n- 灵活，适合个人小团队\n- 对接超简单\n- 可自己私有化部署\n\n#### 支持的支付方式\n- 微信\n- 支付宝\n- 云闪付\n- 钉钉\n- 企业微信\n- 银行APP\n\n#### 付款流程\n1. 付款用户打开在支付管理里面预先配置好的付款信息页面，然后扫码支付。\n2. Android app启动后会监听支付消息，如果收到付款，会通知支付管理系统。\n3. 支付管理收到回调消息会做一系列校验操作与通知操作。\n4. 最终付款用户的付款页面会自动跳转提示成功。\n\n#### 支付管理\n```\n已经打包成了docker镜像和二进制程序(支持linux/win/mac)\n用于记录管理订单，个人支付码，支付成功回调参数，登录日志，Android APK回调日志，以及管理账号设置\n```\n\n#### Android程序\n```\n已经打包成apk了，用于发送回调信息以及显示支付日志\n\n```\n\n## 视频演示地址\nhttps://mp.weixin.qq.com/s?__biz=MzU5NTQ2NTg0Mw==\u0026mid=2247484178\u0026idx=1\u0026sn=a68d2c931edbe0bb9f4494c146e54c52\u0026chksm=fe70c00ec90749181789abc683ce6f4b0d58eab8707495ebeb31d061a7ea690736fd9bc2cec6#rd\n\n## 如何使用？\n由于精力有限，目前需要打赏后才能使用！ 如需使用，关注下方公众号，加我vx:fanwxm，打赏点就能使用了😊😊😊 （毕竟创作不易啊）\n\n## 关注我公众号获取\"联系方式\"和\"交流群\"\n![image](https://github.com/bugfan/ipayment/blob/main/img/gzh.jpg)\n\n\n## 一些使用截图\n![image](https://github.com/bugfan/ipayment/blob/main/img/1.png)\n![image](https://github.com/bugfan/ipayment/blob/main/img/2.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/3.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/4.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/5.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/6.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/7.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/8.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/9.jpeg)\n![image](https://github.com/bugfan/ipayment/blob/main/img/apk.JPG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfan%2Fipayment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugfan%2Fipayment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfan%2Fipayment/lists"}