{ "info": { "author": "AJ Ostergaard", "author_email": "aj.ostergaard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-payments-redsys\n\nA Redsys~~Sermepa~~ payment gateway backend for [django-payments](https://github.com/mirumee/django-payments).\n\n## Install\n\n pip install django-payments-redsys\n\n## Parameters\n\n* merchant_code (required): Merchant Code - Redsys parameter.\n* terminal (required): Terminal - Redsys parameter.\n* shared_secret (required): Terminal Key - Redsys parameter.\n * \"obtained by accessing the Administration Module, Merchant Data Query option in the 'See Key' section\"\n* currency (default:'978'): ISO-4217 currency code.\n * For example: EUR: '978', GBP: '826', USD: '840' (source: https://en.wikipedia.org/wiki/ISO_4217#Active_codes).\n* endpoint (default:'https://sis-t.redsys.es:25443/sis/realizarPago': desired endpoint.\n * Sandbox endpoint is default. Production endpoint is https://sis.redsys.es/sis/realizarPago\n* order_number_prefix (default:'0000'): Payment PK is suffixed to this to create Redsys order number\n* signature_version (default:'HMAC_SHA256_V1'): Only supported signature type.\n\n\n## settings.py\n\n```python\nPAYMENT_VARIANTS = {\n 'redsys': ('payments_redsys.RedsysProvider', {\n 'merchant_code': '123456789',\n 'terminal': '1',\n 'shared_secret': 'qwertyasdf0123456789',\n })\n}\n\nCHECKOUT_PAYMENT_CHOICES = [('redsys', 'Redsys')]\n\nif any('redsys' in provider for provider in CHECKOUT_PAYMENT_CHOICES):\n INSTALLED_APPS.append('payments_redsys')\n```\n\nCopyright (C) 2018 AJ Ostergaard", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ajostergaard/django-payments-redsys", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-payments-redsys", "package_url": "https://pypi.org/project/django-payments-redsys/", "platform": "", "project_url": "https://pypi.org/project/django-payments-redsys/", "project_urls": { "Homepage": "https://github.com/ajostergaard/django-payments-redsys" }, "release_url": "https://pypi.org/project/django-payments-redsys/0.3.post1/", "requires_dist": null, "requires_python": "", "summary": "A django-payments backend for the Redsys payment gateway", "version": "0.3.post1" }, "last_serial": 4183550, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "9350c2b8c26b4e1a696c0c025e72cc55", "sha256": "2805c3c8752fa3c5ba84f2de895524c75f989805c8ff998e5d5676c887f1a2e7" }, "downloads": -1, "filename": "django-payments-redsys-0.3.tar.gz", "has_sig": false, "md5_digest": "9350c2b8c26b4e1a696c0c025e72cc55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17473, "upload_time": "2018-08-17T20:51:51", "url": "https://files.pythonhosted.org/packages/35/17/95ba61adf8695867f1a434f1d623d106c654cba1944d5f1ad24be72304c7/django-payments-redsys-0.3.tar.gz" } ], "0.3.post1": [ { "comment_text": "", "digests": { "md5": "131e34a1ad237c4f980543452eb96a58", "sha256": "0162940a717083f5e15b9955d174221406ae70415526972462f95f6fa1431cba" }, "downloads": -1, "filename": "django-payments-redsys-0.3.post1.tar.gz", "has_sig": false, "md5_digest": "131e34a1ad237c4f980543452eb96a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17846, "upload_time": "2018-08-18T17:36:04", "url": "https://files.pythonhosted.org/packages/bc/16/e6cac04919c7741dec743256ecaff9598533f971b60d5c761133e9fa806b/django-payments-redsys-0.3.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "131e34a1ad237c4f980543452eb96a58", "sha256": "0162940a717083f5e15b9955d174221406ae70415526972462f95f6fa1431cba" }, "downloads": -1, "filename": "django-payments-redsys-0.3.post1.tar.gz", "has_sig": false, "md5_digest": "131e34a1ad237c4f980543452eb96a58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17846, "upload_time": "2018-08-18T17:36:04", "url": "https://files.pythonhosted.org/packages/bc/16/e6cac04919c7741dec743256ecaff9598533f971b60d5c761133e9fa806b/django-payments-redsys-0.3.post1.tar.gz" } ] }