{"id":24973341,"url":"https://github.com/bluedynamics/bda.plone.payment","last_synced_at":"2025-04-11T08:13:20.401Z","repository":{"id":4177923,"uuid":"5294380","full_name":"bluedynamics/bda.plone.payment","owner":"bluedynamics","description":"payment","archived":false,"fork":false,"pushed_at":"2024-04-18T06:03:07.000Z","size":218,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-25T05:41:43.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bluedynamics.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.rst","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":"2012-08-04T09:05:19.000Z","updated_at":"2024-04-17T13:40:00.000Z","dependencies_parsed_at":"2025-02-03T18:39:15.637Z","dependency_job_id":"887d9c07-b9a7-46cc-8e9e-ce92e5bdaf9d","html_url":"https://github.com/bluedynamics/bda.plone.payment","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluedynamics%2Fbda.plone.payment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluedynamics%2Fbda.plone.payment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluedynamics%2Fbda.plone.payment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluedynamics%2Fbda.plone.payment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluedynamics","download_url":"https://codeload.github.com/bluedynamics/bda.plone.payment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360477,"owners_count":21090703,"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":[],"created_at":"2025-02-03T18:27:16.286Z","updated_at":"2025-04-11T08:13:20.384Z","avatar_url":"https://github.com/bluedynamics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"bda.plone.payment\n=================\n\nShop payment processors.\n\nThis package is part of the ``bda.plone.shop`` stack. Please refer to\n`bda.plone.shop \u003chttps://github.com/bluedynamics/bda.plone.shop\u003e`_ for\ninstallation instructions.\n\n\nAvailable Processors\n--------------------\n\nFollowing payment processors are available\n\n\nCash\n~~~~\n\nUseful when selling stuff which gets paid on-site.\n\nAll Data is sent via email.\n\nAdministrators exports orders or teller staff marks orders billed instantly\nin backend.\n\n\nCash in advance\n~~~~~~~~~~~~~~~\n\nAll Data is sent via email.\n\nAdministrators send an invoice by e-mail.\n\nAdministrators need to mark the order as billed manually after they received\nthe payment.\n\n\nCash on delivery\n~~~~~~~~~~~~~~~~\n\nAll Data is sent via email.\n\nAdministrators send an invoice by e-mail.\n\nAdministrators need to mark the order as billed manually after sending with\nservice providing cash on delivery.\n\n\nDebit Order\n~~~~~~~~~~~\n\nUseful when customers are well known and permission to perform debit orders\nis granted.\n\nAll Data is sent via email.\n\nAdministrators take action and mark orders salaried.\n\n\nInvoice\n~~~~~~~\n\nAll Data is sent via email.\n\nAdministrators send an invoice by e-mail.\n\nAdministrators need to mark the order as billed manually after they received\nthe payment.\n\n\nSIX-Payment\n~~~~~~~~~~~\n\nRedirect payment using ``https://www.saferpay.com``.\n\nOrder is marked automatically salaried if payment succeed.\n\nAdministrator needs to take action if payment failed.\n\n**TODO**: move six payment processor to ``bda.plone.sixpayment``\n\n\nAddon Payment processors\n------------------------\n\nFollowing addon payment processors are known:\n\n* https://github.com/bluedynamics/bda.plone.stripe\n* https://github.com/intk/bda.plone.ogonepayment\n* https://github.com/intk/bda.plone.molliepayment\n* https://github.com/intk/bda.plone.easyidealpayment\n* https://github.com/espenmn/bda.plone.klarnainvoice\n* https://github.com/espenmn/bda.plone.klarnapayment\n* https://github.com/espenmn/bda.plone.dibspayment\n\nIf you have implemented another payment processors or know other\nimplementations than the listed one, please let us know.\n\n\nProviding a payment processor\n-----------------------------\n\nTBD\n\n\nCustomize existing payment processors\n-------------------------------------\n\nTo de-activate a payment processor unconfigure it using `z3c.unconfigure`_:\n\n.. code-block:: xml\n\n    \u003cinclude package=\"z3c.unconfigure\" file=\"meta.zcml\"/\u003e\n    \u003cinclude package=\"bda.plone.payment\"/\u003e\n    \u003cunconfigure\u003e\n      \u003cadapter\n        name=\"six_payment\"\n        factory=\"bda.plone.payment.six_payment.SixPayment\" /\u003e\n    \u003c/unconfigure\u003e\n\n.. _`z3c.unconfigure`: https://pypi.python.org/pypi/z3c.unconfigure\n\n\nCreate translations\n-------------------\n\n::\n    $ cd src/bda/plone/payment/\n    $ ./i18n.sh\n\n\nContributors\n------------\n\n- Robert Niederreiter (Author)\n- Harald Frießnegger\n- Peter Holzer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluedynamics%2Fbda.plone.payment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluedynamics%2Fbda.plone.payment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluedynamics%2Fbda.plone.payment/lists"}