summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcin Gębala <maarcin.gebala@gmail.com>2014-09-10 16:08:19 +0200
committerMarcin Gębala <maarcin.gebala@gmail.com>2014-09-10 16:08:19 +0200
commit968f177eee1bfff9ba8712904a34f3fef5e3faa1 (patch)
treef9fb192f9498c4408593c9771722ceeff16ff772 /doc
parent6cd4ee0088a46607b25dae60b1037314164311d8 (diff)
downloaddjango-payments-taler-968f177eee1bfff9ba8712904a34f3fef5e3faa1.tar.gz
django-payments-taler-968f177eee1bfff9ba8712904a34f3fef5e3faa1.tar.bz2
django-payments-taler-968f177eee1bfff9ba8712904a34f3fef5e3faa1.zip
Describe fingerprint-related parameters
Diffstat (limited to 'doc')
-rw-r--r--doc/modules.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/modules.rst b/doc/modules.rst
index 3adfecf..7565e0d 100644
--- a/doc/modules.rst
+++ b/doc/modules.rst
@@ -60,12 +60,14 @@ Example::
Cybersource
-----------
-.. class:: payments.cybersource.CyberSourceProvider(merchant_id, password[, sandbox=True, capture=True])
+.. class:: payments.cybersource.CyberSourceProvider(merchant_id, password[, org_id=None, fingerprint_url='https://h.online-metrix.net/fp/', sandbox=True, capture=True])
This backend implements payments using `Cybersource <http://www.cybersource.com/www/>`_.
:param merchant_id: Your Merchant ID
:param password: Generated transaction security key for the SOAP toolkit
+ :param org_id: Provide this parameter to enable Cybersource Device Fingerprinting
+ :param fingerprint_url: Address of the fingerprint server
:param sandbox: Whether to use a sandbox environment for testing
:param capture: Whether to capture the payment automatically. See :ref:`capture-payments` for more details.