3.246.0 release notes
about 2 hours ago by ReadMe API
- ⚠️ Breaking changes
- Changed the default ordering for
GET /public-api/resources/sub-operators/v2.0frombusinessNameto the English (en) sub-operator name. Custom sorting is no longer supported. - Changed the
filter[name]andfilter[region]filters onGET /public-api/resources/sub-operators/v2.0to match only English (en) translations, without fallback to another locale or the original stored value. - Made email-address validation stricter for
PUT /public-api/resources/contact-details/v2.0andPOST /public-api/resources/partner-invites/v2.0. Requests containing addresses that were previously accepted with RFC warnings may now receive a validation error.
- Changed the default ordering for
- ✨ New features
- Added locale-specific
translatedName,translatedAddress,translatedCity, andtranslatedRegionproperties for Sub-operators onPOST /public-api/resources/sub-operators/v2.0andPATCH /public-api/resources/sub-operators/v2.0/{subOperator}. Submitted translations replace the full locale set for the affected property;translatedNamerequires an English (en) entry. - Added
translatedName,translatedAddress,translatedCity, andtranslatedRegionto Sub-operator responses fromGET /public-api/resources/sub-operators/v2.0,POST /public-api/resources/sub-operators/v2.0,GET /public-api/resources/sub-operators/v2.0/{subOperator}, andPATCH /public-api/resources/sub-operators/v2.0/{subOperator}. - Added optional card-enrichment properties under
paymentMethodonPOST /public-api/resources/transactions/v1.0andPATCH /public-api/resources/transactions/v1.0/{transaction}:cardType,bin,fingerprint,acquirerName,issuerName, andissuerCode.
- Added locale-specific
- 🔧 Improvements
- Made
POST /public-api/resources/sub-operators/v2.0accepttranslatedNameas an alternative to the legacynameproperty when creating a Sub-operator.
- Made
- 🗑️ Deprecations
- Deprecated the Sub-operator
name,address,city, andregionproperties onPOST /public-api/resources/sub-operators/v2.0,PATCH /public-api/resources/sub-operators/v2.0/{subOperator}, and their responses. UsetranslatedName,translatedAddress,translatedCity, andtranslatedRegioninstead; each legacy property cannot be sent together with its translated replacement.
- Deprecated the Sub-operator
