{ "info": { "author": "Worldpay", "author_email": "SDKSupport@vantiv.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Financial", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Worldpay Python Payfac SDK\n=====================================================\n\n.. _`WorldPay eCommerce`: https://developer.vantiv.com/community/ecommerce\n\nAbout WorldPay eCommerce\n----------------------\n`WorldPay eCommerce`_ powers the payment processing engines for leading companies that sell directly to consumers through internet retail, direct response marketing (TV, radio and telephone), and online services. WorldPay eCommerce is the leading authority in card-not-present (CNP) commerce, transaction processing and merchant services.\n\n\nAbout this SDK\n--------------\nThe WorldPay Python PayFac SDK is a Python implementation of the `WorldPay eCommerce`_ PayFac API. This SDK was created to make it as easy as possible to manage your PayFac using WorldPay eCommerce API. This SDK utilizes the HTTPS protocol to securely connect to WorldPay eCommerce. Using the SDK requires coordination with the WorldPay eCommerce team in order to be provided with credentials for accessing our systems.\n\nEach Python SDK release supports all of the functionality present in the associated WorldPay eCommerce PayFac API version (e.g., SDK v2.1.0 supports WorldPay eCommerce PayFac API v2.1). Please see the PayFac API reference guide to get more details on what the WorldPay eCommerce PayFac engine supports.\n\nThis SDK was implemented to support the Python programming language and was created by WorldPay eCommerce. Its intended use is for online and batch transaction processing utilizing your account on the WorldPay eCommerce payments engine.\n\nSee LICENSE file for details on using this software.\n\nPlease contact `WorldPay eCommerce`_ to receive valid merchant credentials in order to run test successfully or if you require assistance in any way. We are reachable at sdksupport@Vantiv.com\n\nDependencies\n------------\n* pyxb v1.2.5 : http://pyxb.sourceforge.net/\n* paramiko v1.14.0: http://www.paramiko.org/\n* requests v2.13.0: http://docs.python-requests.org/en/master/\n* six v1.10.0: https://github.com/benjaminp/six\n* xmltodict 0.10.2: https://github.com/martinblech/xmltodict\n\nSetup\n-----\n* Run payfac_mp_sdk_setup and answer the questions.\n\n.. code:: bash\n\n payfac_mp_sdk_setup\n\nEXAMPLE\n-------\nUsing dict\n..........\n.. code-block:: python\n\n #Example for PayFac SDK\n from __future__ import print_function, unicode_literals\n\n from cnpsdk import *\n\n # Initial Configuration object. If you have saved configuration in '.payfac_mp_sdk.conf' at system environment\n # variable: PAYFAC_SDK_CONFIG or user home directory, the saved configuration will be automatically load.\n conf = utils.Configuration()\n\n # Configuration need following attributes for PayFac requests:\n # user = ''\n # password = ''\n # merchantId = ''\n # url = 'https://www.testvantivcnp.com/sandbox/communicator/online'\n # proxy = ''\n\n # Retrieving information about a LegalEntity by legalentityID:\n response = payfac_legalEntity.get_by_legalEntityId(legalentityId)\n\n # Update a LegalEntity\n request = \"......(some request)\"\n response = payfac_legalEntity.put_by_legalEntityId(legalentityId, request)\n\n # Create a LegalEntity\n request = \"......(some request)\"\n response = payfac_legalEntity.post_by_legalEntity(request)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://developer.vantiv.com/community/ecommerce", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "PayfacMpSDK", "package_url": "https://pypi.org/project/PayfacMpSDK/", "platform": "", "project_url": "https://pypi.org/project/PayfacMpSDK/", "project_urls": { "Homepage": "https://developer.vantiv.com/community/ecommerce" }, "release_url": "https://pypi.org/project/PayfacMpSDK/13.0.0/", "requires_dist": null, "requires_python": "", "summary": "Worldpay payfac SDK", "version": "13.0.0" }, "last_serial": 4648970, "releases": { "13.0.0": [ { "comment_text": "", "digests": { "md5": "eff2add350b618d4edb437980b4c9060", "sha256": "339ee845cc5f518275d783769bb8d758e3aa7e457d87e7115e5e938fbb2bfc3c" }, "downloads": -1, "filename": "PayfacMpSDK-13.0.0.tar.gz", "has_sig": false, "md5_digest": "eff2add350b618d4edb437980b4c9060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57521, "upload_time": "2018-12-31T21:16:42", "url": "https://files.pythonhosted.org/packages/4e/9b/eb5ebf8e410a25911b1c0260caed5f1da4cc56e4dea0cdcd9c808bab84fb/PayfacMpSDK-13.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eff2add350b618d4edb437980b4c9060", "sha256": "339ee845cc5f518275d783769bb8d758e3aa7e457d87e7115e5e938fbb2bfc3c" }, "downloads": -1, "filename": "PayfacMpSDK-13.0.0.tar.gz", "has_sig": false, "md5_digest": "eff2add350b618d4edb437980b4c9060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57521, "upload_time": "2018-12-31T21:16:42", "url": "https://files.pythonhosted.org/packages/4e/9b/eb5ebf8e410a25911b1c0260caed5f1da4cc56e4dea0cdcd9c808bab84fb/PayfacMpSDK-13.0.0.tar.gz" } ] }