Skip to content

Releases: Vantiv/cnp-chargeback-sdk-java

2.1.3

04 Jun 14:43
0115da4
Compare
Choose a tag to compare
  • Fixed issues with the MIME type mapping with the different file extensions
    • The following MIME types are added(The allowed file extensions in documentation)
      • tiff, jpeg, png, pdf, gif

Download

2.1.2

30 Apr 18:18
Compare
Choose a tag to compare
  • Fixed error handling for Document Retrieve request
  • Split exceptions into
    • ChargebackDocumentException : thrown when there is error in retrieve document
    • ChargebackWebException : thrown when http status code is not 200 (success)
    • ChargebackException : thrown when there are any other kinds of exceptions in the SDK
  • Fixed certification test cases
  • Internal code refactoring

Download

2.1.1

18 Apr 20:34
08f1da5
Compare
Choose a tag to compare
  • Renamed functions:
    getActivityByActionable => getActionableChargebacks
    getActivityByCaseId => getChargebackByCaseId
    getActivityByToken => getChargebacksByToken
    getActivityByCardNum => getChargebacksByCardNumber
    getActivityByARN => getChargebacksByARN

Download

2.1.0

16 Apr 17:09
Compare
Choose a tag to compare
  • Feature: CNP CBK API 2.1 Support

Download