From 968f177eee1bfff9ba8712904a34f3fef5e3faa1 Mon Sep 17 00:00:00 2001 From: Marcin Gębala Date: Wed, 10 Sep 2014 16:08:19 +0200 Subject: Describe fingerprint-related parameters --- doc/modules.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 `_. :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. -- cgit v1.2.3