Skip to main content

Adyen payment module for django-oscar

Project description

Latest Version Supported Python versions https://api.travis-ci.org/oscaro/django-oscar-adyen.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-oscar-adyen-0.2.6.tar.gz (14.4 kB view details)

Uploaded Source

File details

Details for the file django-oscar-adyen-0.2.6.tar.gz.

File metadata

File hashes

Hashes for django-oscar-adyen-0.2.6.tar.gz
Algorithm Hash digest
SHA256 9c57bc47a365bdb4f033321b3c048385a023e1daa5b411a68108b865777c00b1
MD5 a459dea299bef890fd922dd59d8ea43a
BLAKE2b-256 ad399faa07221238d5015a46c182927eadb12800515aa55156f77b488d9ea7b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page