Skip to content

Commit 2bf6eb7

Browse files
Upgrade to v12.44.0 (#39)
1 parent 14c9dc0 commit 2bf6eb7

File tree

95 files changed

+17931
-11637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+17931
-11637
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
= Vantiv eCommerce Python SDK
22

3+
==Change Log for 12.44 (March 18,2025)
4+
* Change: [cnpAPI v12.44] In orderSourceType enum, 'ecommerceDataOnly' value is added.
5+
6+
==Change Log for 12.43 [Only for Worldpay Internal Usage]
7+
* Change: [cnpAPI v12.43] Two new elements cumulativeAmount,originalTransactionAmount added in realtimeIncrementalAuthorization.
8+
* Change: [cnpAPI v12.43] In enum networkFieldNameEnumType,'Additional Request Data' value is added.
9+
10+
==Change Log for 12.42 [Only for Worldpay Internal Usage]
11+
* Change: [cnpAPI v12.42] For all child elements of identityBundle minOccurs changed to 0 from 1.
12+
* Change: [cnpAPI v12.42] New Transaction type realtimeIncrementalAuthorization added.
13+
* Change: [cnpAPI v12.42] New element originalRetrievalReferenceNumber added in authorization request.
14+
15+
==Change Log for 12.41 (March 18, 2025)
16+
* Change: [cnpAPI v12.41] In authorization,authReversal,capture,sale,credit,depositTransactionReversal,refundTransactionReversal new complex type element added - identityBundle.
17+
* Change: [cnpAPI v12.41] New complex type element identityBundle with child elements-merchantId,entityId,entityReference,resourceId,resourceReference,commandId,commandReference,orderReference with minOccurs as 1.
18+
* Change: [cnpAPI v12.41] New elements are added in authorizationResponse,saleResponse -retrievalReferenceNumber of type string12Type ,orderSource of type orderSourceType.
19+
* Change: [cnpAPI v12.41] New datatype- string12Type - of string type of length 12 to support retrievalReferenceNumber element .
20+
* Change: [cnpAPI v12.41] For existing element cardSuffixType maxLength is increased to 23
21+
322
==Version 12.40.0 (v12.40.0)(October 16, 2024)
423
* Change: [cnpAPI v12.40] In authorization,sale and captureGivenAuth request new elements added-> 'typeOfDigitalCurrency' and 'conversionAffiliateId'.
524
* Change: [cnpAPI v12.40] In existing simple type transactionAmountType range added between minInclusive value -999999999999 and maxInclusive value 999999999999

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Vantiv eCommerce Python SDK
44
##### All major version changes require recertification to the new version. Once certified for the use of a new version, Vantiv modifies your Merchant Profile, allowing you to submit transaction to the Production Environment using the new version. Updating your code without recertification and modification of your Merchant Profile will result in transaction declines. Please consult you Implementation Analyst for additional information about this process.
55
About Vantiv eCommerce
66
----------------------
7-
[Vantiv eCommerce](https://developer.vantiv.com/community/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.
7+
[Vantiv eCommerce](http://support.worldpay.com/support/CNP-API/content/introduction.htm) 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.
88

99

1010
About this SDK
1111
--------------
12-
The Vantiv eCommerce Python SDK is a Python implementation of the [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) XML API. This SDK was created to make it as easy as possible to connect to and process payments through Vantiv eCommerce. This SDK utilizes the HTTPS protocol to securely connect to Vantiv eCommerce. Using the SDK requires coordination with the Vantiv eCommerce team to obtain credentials for accessing our systems.
12+
The Vantiv eCommerce Python SDK is a Python implementation of the [Vantiv eCommerce](http://support.worldpay.com/support/CNP-API/content/introduction.htm) XML API. This SDK was created to make it as easy as possible to connect to and process payments through Vantiv eCommerce. This SDK utilizes the HTTPS protocol to securely connect to Vantiv eCommerce. Using the SDK requires coordination with the Vantiv eCommerce team to obtain credentials for accessing our systems.
1313

1414
Each Python SDK release supports all the functionality present in the associated Vantiv eCommerce XML version (e.g., 12.0.x supports Vantiv eCommerce XML v12.0). Please see the online copy of our XSD for Vantiv eCommerce XML to get more details on what the Vantiv eCommerce payments engine supports .
1515

@@ -23,7 +23,7 @@ More examples can be found here https://github.com/Vantiv/vantiv-sdk-for-python/
2323

2424
Detail documents can be found here http://vantivecommercepythonsdk.readthedocs.io/en/12.x/
2525

26-
Please contact [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) to receive valid merchant credentials and determine which version of the SDK is right for your business requirements or if you require assistance in any other way. You can reach us at sdksupport@fisglobal.com
26+
Please contact [Vantiv eCommerce](http://support.worldpay.com/support/CNP-API/content/introduction.htm) to receive valid merchant credentials and determine which version of the SDK is right for your business requirements or if you require assistance in any other way. You can reach us at sdksupport@worldpay.com
2727

2828
Dependencies
2929
------------
@@ -216,4 +216,4 @@ NOTE: you may need to edit the proxy to to work for your system
216216
Message: Valid Format
217217
cnp Transaction ID: <your-numeric-cnp-txn-id>
218218

219-
Please contact Vantiv eCommerce with any further questions. You can reach us at sdksupport@fisglobal.com
219+
Please contact Vantiv eCommerce with any further questions. You can reach us at sdksupport@worldpay.com

0 commit comments

Comments
 (0)