{ "info": { "author": "Tranchitella Kft.", "author_email": "info@tranchitella.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "tranchitella.adyen\n==================\n\nThis package offers a Python interface to the Adyen payment gateway.\n\nUsage\n-----\n\nCreate a new ``AdyenPaymentGateway`` object:\n\n >>> from tranchitella.adyen import AdyenPaymentGateway\n >>> obj = AdyenPaymentGateway(\n ... url='https://pal-test.adyen.com/pal/servlet/soap/Payment',\n ... user='ws@Company.YourCompany', password='YourPassword',\n ... merchantAccount='MerchantAccount',\n ... )\n\nAuthorise a transaction:\n\n >>> obj.authorise('T-1', 100, 'EUR', 'FABIO TRANCHITELLA',\n ... '5555444433331111', '12', '2012', '737', ipAddress='127.0.0.1')\n {'authCode': ... }\n\nCancel a transaction:\n\n >>> print obj.cancel('8112083591854919')\n True\n\nCapture a transaction:\n\n >>> print obj.capture('8112083586124880', 100, 'EUR')\n True\n\nRefund a transaction:\n\n >>> print obj.refund('8112083586124880', 100, 'EUR')\n True\n\n\nChanges\n=======\n\n0.3 (2011-12-13)\n----------------\n\n- Added support for the shopperStatement parameter.\n\n0.2 (2010-04-19)\n----------------\n\n- Relicensed to LGPL version 2 or later.\n\n0.1 (2010-02-26)\n----------------\n\n- First public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tranchitella.adyen", "keywords": null, "license": "LGPL 2", "maintainer": null, "maintainer_email": null, "name": "tranchitella.adyen", "package_url": "https://pypi.org/project/tranchitella.adyen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tranchitella.adyen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tranchitella.adyen" }, "release_url": "https://pypi.org/project/tranchitella.adyen/0.3/", "requires_dist": null, "requires_python": null, "summary": "Interface to the Adyen payment gateway", "version": "0.3" }, "last_serial": 800867, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ef5c33bfe0104cfa79a95488c9c5128c", "sha256": "fb8862904abbea64a647d3447acc98827344dff78cf8b2fdbaaf174ccf237df7" }, "downloads": -1, "filename": "tranchitella.adyen-0.1.tar.gz", "has_sig": false, "md5_digest": "ef5c33bfe0104cfa79a95488c9c5128c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11845, "upload_time": "2010-02-26T16:39:59", "url": "https://files.pythonhosted.org/packages/73/a9/b0e815c64e38dfca7fe0499e6f31e16b07c2ed01bbd9ff1985b8d7aac8c2/tranchitella.adyen-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d44679727a99e72b16479d0a9f827990", "sha256": "5433bc62c86034b00baeeb6505de5a5d911d344fb30c1e7966cfe01b82617239" }, "downloads": -1, "filename": "tranchitella.adyen-0.2.tar.gz", "has_sig": false, "md5_digest": "d44679727a99e72b16479d0a9f827990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14336, "upload_time": "2010-04-19T14:37:39", "url": "https://files.pythonhosted.org/packages/9a/45/676c6c8ea7d5830de8cc72b3abde9fb2a16d5938151606fd74a8768a3141/tranchitella.adyen-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "09757ef2572545dddf9c819508476f2d", "sha256": "d91541cb139abad26f377fed176397b98ed61f6d9bfaed345bf322968ae25978" }, "downloads": -1, "filename": "tranchitella.adyen-0.3.tar.gz", "has_sig": false, "md5_digest": "09757ef2572545dddf9c819508476f2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15074, "upload_time": "2011-12-13T11:11:25", "url": "https://files.pythonhosted.org/packages/6b/c9/de8a237386e706885404d183fdbc322bea5694aa98f7ff48f6ee06b83bf8/tranchitella.adyen-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09757ef2572545dddf9c819508476f2d", "sha256": "d91541cb139abad26f377fed176397b98ed61f6d9bfaed345bf322968ae25978" }, "downloads": -1, "filename": "tranchitella.adyen-0.3.tar.gz", "has_sig": false, "md5_digest": "09757ef2572545dddf9c819508476f2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15074, "upload_time": "2011-12-13T11:11:25", "url": "https://files.pythonhosted.org/packages/6b/c9/de8a237386e706885404d183fdbc322bea5694aa98f7ff48f6ee06b83bf8/tranchitella.adyen-0.3.tar.gz" } ] }