Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
CHANGELOG
---------
## 15.0.3
* **Feature** MPAPI SDK Update for MerchantCategoryCode Schema Change.

## 15.0.1
* **Bug Fix** Fix for returning principal list in legalEntityRetrievalResponse.

## 15.0.0
* **Feature Support for Payfac MP API version 15.0**
Complex element -pciLevel of type pciLevelScore added in legalEntityCreateRequest
Complex element -pciLevel of type pciLevelScore added in legalEntityUpdateRequest
Complex elements-countryOfOrigin,revenueBoost,complianceProducts added in subMerchantCreateRequest
Complex elements-countryOfOrigin,revenueBoost,complianceProducts added in subMerchantUpdateRequest
enum pciLevelScore with enum values 1,2,3,4 and enum complianceProductCode with values SAFERPAYMENT,OTHER
countryOfOrigin with type String with min and max length of 3
revenueBoost of type subMerchantRevenueBoostFeature
subMerchantRevenueBoostFeature of type boolean with enabled would be True/false
complianceProducts contain elements with their type:code of type complianceProductCode,name of type string,active of type boolean,activation of type date ,deActivation of type date,complianceStatus of type string,complianceStatusDate of type date

## 14.0.1
* **Bug Fix** Fix for recursive language call.

## 14.0.0
* **Feature** Support for PayFac MP API v14.0
Expand Down
Loading