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
Edit your settings.py to set the following settings:
ADYEN_IDENTIFIER = 'YourAdyenAccountName'
ADYEN_SECRET_KEY = 'YourAdyenSkinSecretKey'
ADYEN_ACTION_URL = 'https://test.adyen.com/hpp/select.shtml'
Obviously, you’ll need to specify different settings in your test environment as opposed to your production environment.
Settings
Setting |
Description |
ADYEN_IDENTIFIER |
The identifier of your Adyen account |
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 |
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
File details
Details for the file django-oscar-adyen-0.2.6.tar.gz
.
File metadata
- Download URL: django-oscar-adyen-0.2.6.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c57bc47a365bdb4f033321b3c048385a023e1daa5b411a68108b865777c00b1 |
|
MD5 | a459dea299bef890fd922dd59d8ea43a |
|
BLAKE2b-256 | ad399faa07221238d5015a46c182927eadb12800515aa55156f77b488d9ea7b4 |