Adyen payment module for django-oscar
Project description
This package provides integration with the Adyen payment gateway. It is designed to work seamlessly with the e-commerce framework django-oscar but can be used without Oscar. This extension supports Django 1.6+, Python 3.3+ and Oscar 0.7+.
Getting started
Installation
From PyPi:
$ pip install django-oscar-adyen
or from Github:
$ pip install git+git://github.com/oscaro/django-oscar-adyen.git#egg=django-oscar-adyen
Add 'adyen' to INSTALLED_APPS and run:
$ django-admin migrate adyen
to create the appropriate database tables.
Configuration
You have two approaches to configure django-oscar-adyen.
Settings-based configuration
For simple deployments, setting the required values in the settings will suffice.
Edit your settings.py to set the following settings:
ADYEN_IDENTIFIER - The identifier of your Adyen account.
ADYEN_SKIN_CODE - The code for your Adyen skin.
ADYEN_SECRET_KEY - The secret key defined in your Adyen skin.
ADYEN_ACTION_URL - The URL towards which the Adyen form should be POSTed to initiate the payment process (e.g. ‘https://test.adyen.com/hpp/select.shtml’).
ADYEN_IP_ADDRESS_HTTP_HEADER - Optional. The header in META to inspect to determine the IP address of the request. Defaults to REMOTE_ADDR.
You will likely need to specify different settings in your test environment as opposed to your production environment.
Class-based configuration
In more complex deployments, you will want to e.g. alter the Adyen identifier based on the request. That is not easily implemented with Django settings, so you can alternatively set ADYEN_CONFIG_CLASS to a config class of your own. See adyen.settings_config.FromSettingsConfig for an example.
License
django-oscar-adyen is released under the BSD license, like Django itself.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-oscar-adyen-0.3.0.tar.gz
.
File metadata
- Download URL: django-oscar-adyen-0.3.0.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416d293fccc68aeda2c5588aa070dc6fc2e992f8710ef96ba124577210816c23 |
|
MD5 | 764fdb982c027d860a600b28c4fe48d4 |
|
BLAKE2b-256 | 63f1ef0ffaa2821d02d5e4ffd12140b4cc22fa93668dee0caa03ffd827566418 |
File details
Details for the file django_oscar_adyen-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: django_oscar_adyen-0.3.0-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34e30d832bbae032028c5338eb14f3120e8f34d1be34e19ae5d8aff1337aecdd |
|
MD5 | 4c9be3725edcf8e41f87fda8b056125c |
|
BLAKE2b-256 | 6ea63857f050e94b538dd9b767a2c39b45dc9b6f2880ae9f3850af73a279057a |