{"id":39493282,"url":"https://github.com/agritheory/electronic_payments","last_synced_at":"2026-01-18T05:38:28.191Z","repository":{"id":232447478,"uuid":"580942201","full_name":"agritheory/electronic_payments","owner":"agritheory","description":"Receive card and ACH payments from customers, pay vendors via ACH and integrate with Check Run, all inside of ERPNext","archived":false,"fork":false,"pushed_at":"2025-11-03T16:59:28.000Z","size":4949,"stargazers_count":9,"open_issues_count":16,"forks_count":4,"subscribers_count":7,"default_branch":"version-14","last_synced_at":"2025-11-03T18:33:53.435Z","etag":null,"topics":["ach","authorize","erpnext","stripe"],"latest_commit_sha":null,"homepage":"https://agritheory.com/documentation/electronic_payments","language":"Python","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/agritheory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-21T21:11:13.000Z","updated_at":"2025-09-17T08:18:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"4819f89b-9489-403c-b68b-aeba480035a4","html_url":"https://github.com/agritheory/electronic_payments","commit_stats":null,"previous_names":["agritheory/electronic_payments"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/agritheory/electronic_payments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agritheory%2Felectronic_payments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agritheory%2Felectronic_payments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agritheory%2Felectronic_payments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agritheory%2Felectronic_payments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agritheory","download_url":"https://codeload.github.com/agritheory/electronic_payments/tar.gz/refs/heads/version-14","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agritheory%2Felectronic_payments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["ach","authorize","erpnext","stripe"],"created_at":"2026-01-18T05:38:28.137Z","updated_at":"2026-01-18T05:38:28.185Z","avatar_url":"https://github.com/agritheory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Electronic Payments\n\nAn application with electronic payments utilities for ERPNext.\n\n### Installation Guide\n\nFirst, set up a new bench and substitute a path to the python version to use. Python should be 3.10 latest for `version-14`. These instructions use [pyenv](https://github.com/pyenv/pyenv) for managing environments.\n```shell\nbench init --frappe-branch version-14 {{ bench name }} --python ~/.pyenv/versions/3.10.13/bin/python3\n```\n\nCreate a new site in that bench\n```shell\ncd {{ bench name }}\nbench new-site {{ site name }} --force --db-name {{ site name }}\nbench use {{ site name }}\n```\n\nDownload apps\n```shell\nbench get-app payments\nbench get-app erpnext --branch version-14\nbench get-app electronic_payments --branch version-14 git@github.com:agritheory/electronic_payments.git \n```\n\nInstall the apps to your site\n```shell\nbench --site {{ site name }} install-app erpnext payments electronic_payments\n```\n\nSet developer mode in `site_config.json`\n```shell\nnano sites/{{ site name }}/site_config.json\n# Add this line:\n  \"developer_mode\": 1,\n\n```\nInstall pre-commit:\n```shell\n# ~/frappe-bench/apps/electronic_payments/\npre-commit install\n```\n\nAdd the site to your computer's hosts file to be able to access it via: `http://{{ site name }}:[8000]`. You'll need to enter your root password to allow your command line application to make edits to this file.\n```shell\nbench --site {{site name}} add-to-hosts\n```\n\nLaunch your bench (note you should be using Node.js v18)\n```shell\nbench start\n```\n\nOptional: install a [demo Company and its data](./exampledata.md) to test the Electronic Payments module's functionality\n```shell\nbench execute 'electronic_payments.tests.setup.before_test'\n```\n\nTo run the Stripe mock, start the docker container:\n```shell\ndocker run --rm -it -p 12111-12112:12111-12112 stripe/stripe-mock:latest\n```\nThe endpoint should be configured in the Electronic Payments Settings with the following values:\n```json\n# values here / TBD\n```\n\nTo run `mypy` locally:\n```shell\nsource env/bin/activate\nmypy ./apps/electronic_payments --ignore-missing-imports\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagritheory%2Felectronic_payments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagritheory%2Felectronic_payments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagritheory%2Felectronic_payments/lists"}