{"id":19710372,"url":"https://github.com/blueromans/gmopayment","last_synced_at":"2026-05-14T17:03:03.442Z","repository":{"id":65801239,"uuid":"600209640","full_name":"blueromans/GmoPayment","owner":"blueromans","description":"Python API Client for GMO Payment Gateway","archived":false,"fork":false,"pushed_at":"2023-02-12T01:18:40.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T14:16:12.675Z","etag":null,"topics":["api","api-rest","delete","get","gmo-payment","gmopaymentgateway","post","put","pypi","pypi-package","pypi-source","python","python3","requests","requests-library-python","six","typing","typings"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueromans.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":"2023-02-10T20:43:36.000Z","updated_at":"2023-02-12T01:22:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"22c4bab4-d571-4df3-b684-a39cf9e40e43","html_url":"https://github.com/blueromans/GmoPayment","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"0f1df0705944707ba37a985b1f4ae97e44ecbcb9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FGmoPayment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FGmoPayment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FGmoPayment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FGmoPayment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueromans","download_url":"https://codeload.github.com/blueromans/GmoPayment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241029220,"owners_count":19896877,"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","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":["api","api-rest","delete","get","gmo-payment","gmopaymentgateway","post","put","pypi","pypi-package","pypi-source","python","python3","requests","requests-library-python","six","typing","typings"],"created_at":"2024-11-11T22:07:12.221Z","updated_at":"2026-05-14T17:02:58.409Z","avatar_url":"https://github.com/blueromans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/GmoPayment.svg)](https://pypi.python.org/pypi/GmoPayment)\n\n# GmoPayment Python PyPackage\n\nPython API Client for GMO Payment Gateway\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install GmoPayment\n```\n# Usage\n\nSample calling ExecTran.idPass\n\n```python\nfrom GmoPayment import Gateway, ResponseError\n\ngmopg = Gateway(timeout=10, production=True)\ntry:\n    response = gmopg.tran.execute({'ShopID': 'shop_id', 'ShopPass': 'password', 'OrderID': 'ORDER0000001', 'JobCd': '1234', 'Amount': 1000})\nexcept ResponseError as e:\n    print(e)\nelse:\n    print(response.data)\n```\n\nParameter names conform to payment gateway specifications.\n\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Fgmopayment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueromans%2Fgmopayment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Fgmopayment/lists"}