Vantiv eCommerce Chargeback SDK
Project description
About Vantiv eCommerce
Vantiv eCommerce powers the payment processing engines for leading companies that sell directly to consumers through internet retail, direct response marketing (TV, radio and telephone), and online services. Vantiv eCommerce is the leading authority in card-not-present (CNP) commerce, transaction processing and merchant services.
About this SDK
The Vantiv eCommerce Python Chargeback SDK is a Python implementation of the Vantiv eCommerce Chargeback API. This SDK was created to make it as easy as possible to manage your chargebacks using Vantiv eCommerce API. This SDK utilizes the HTTPS protocol to securely connect to Vantiv eCommerce. Using the SDK requires coordination with the Vantiv eCommerce team in order to be provided with credentials for accessing our systems.
Each Python SDK release supports all of the functionality present in the associated Vantiv eCommerce Chargeback API version (e.g., SDK v2.1.0 supports Vantiv eCommerce Chargeback API v2.1). Please see the Chargeback API reference guide to get more details on what the Vantiv eCommerce chargeback engine supports.
This SDK was implemented to support the Python programming language and was created by Vantiv eCommerce. Its intended use is for online and batch transaction processing utilizing your account on the Vantiv eCommerce payments engine.
See LICENSE file for details on using this software.
Please contact Vantiv eCommerce to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at sdksupport@Vantiv.com
Dependencies
pyxb v1.2.6 : http://pyxb.sourceforge.net/
paramiko v1.14.0: http://www.paramiko.org/
requests v2.13.0: http://docs.python-requests.org/en/master/
six v1.10.0: https://github.com/benjaminp/six
xmltodict 0.10.2: https://github.com/martinblech/xmltodict
Setup
Run cnp_chargeback_sdk_setup and answer the questions.
cnp_chargeback_sdk_setup
EXAMPLE
Using dict
#Example for Chargeback SDK
from __future__ import print_function, unicode_literals
from cnpsdk import *
# Initial Configuration object. If you have saved configuration in '.vantiv_chargeback_sdk.conf' at system environment
# variable: CHARGEBACK_SDK_CONFIG or user home directory, the saved configuration will be automatically load.
conf = utils.Configuration()
# Configuration need following attributes for chargeback requests:
# user = ''
# password = ''
# merchantId = ''
# url = 'https://www.testvantivcnp.com/sandbox/communicator/online'
# proxy = ''
# Retrieving information about a chargeback by caseId:
response = chargeback_retrieval.get_chargeback_by_case_id(xxxx)
response = chargeback_retrieval.get_chargebacks_by_date("2018-01-01)
# Update chargeback case
chargeback_update.represent_case(xxxx, "Note on activity: represented case!")
chargeback_update.assign_case_to_user(xxxx, "userId", "Note on activity: assigned case to user!")
# Upload and manage documents to support chargeback case
chargeback_docuemnt.upload_document(xxxx, "invoice.pdf")
response = chargeback_docuemnt.list_documents(xxxx)
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
Built Distributions
File details
Details for the file CnpChargebackSDK-2.1.4.tar.gz
.
File metadata
- Download URL: CnpChargebackSDK-2.1.4.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 095f6b9a33cc39abd00c57d8254c276a62998cbf6cc70c8ba73047a437f8a5a8 |
|
MD5 | 33715ce0c7f5f2f6da882608ba4e1083 |
|
BLAKE2b-256 | 5e5fee0b3672a84824e908a438e585aaebf8bb9471a0e8b9c39c50dd60617eaf |
File details
Details for the file CnpChargebackSDK-2.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: CnpChargebackSDK-2.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e07d95e9edc4259753106b1c01f24588efea4c7303cdfa77772e12c6f7f0b4c |
|
MD5 | ebd39db847e21eec259cbb0c8e6da5aa |
|
BLAKE2b-256 | b92754ae4c8a8006b35fea95f09bf064770e61f23eadd619a6b639eded0aaa4b |
File details
Details for the file CnpChargebackSDK-2.1.4-py2.7.egg
.
File metadata
- Download URL: CnpChargebackSDK-2.1.4-py2.7.egg
- Upload date:
- Size: 53.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39ce40f6465c2a18f2906814b0d54e98436aee9524bcd06ac3cd8064d3687e4a |
|
MD5 | 3e56c1475f278f21c676fb85c9e5f0a8 |
|
BLAKE2b-256 | 17823ce10efca91545c4eb6db3c8818de2126ac59d6470dacf33141ffc7fb394 |