Skip to main content

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

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

CnpChargebackSDK-2.1.3.tar.gz (24.0 kB view hashes)

Uploaded Source

Built Distributions

CnpChargebackSDK-2.1.3-py2.py3-none-any.whl (31.3 kB view hashes)

Uploaded Python 2 Python 3

CnpChargebackSDK-2.1.3-py2.7.egg (53.9 kB view hashes)

Uploaded Source

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