Releases: Mangopay/mangopay2-java-sdk
Releases · Mangopay/mangopay2-java-sdk
2.38.2
2.38.1
Fixed
- Fixed the idempotency source URL ID pattern matcher to support the updated resource ID format. (thank you @AntoineDuComptoirDesPharmacies )
2.38.0
Added
- New endpoint: Create a Bancontact PayIn
- New parameter
PaymentCategory
for the following endpoints:
- New parameter
StatementDescriptor
for the following endpoints:
Fixed
- Adjust the parameter
CardHolderName
2.37.2
Added
- New parameter
CardHolderName
for Update Card registration
2.37.1
Fixed
- Updated the implementation for Look up metadata for a payment method. The
CommercialIndicator
andCardType
fields have been moved to theBinData
object in the API response.
2.37.0
Added
- New endpoint Add tracking to Paypal payin
- New parameter
SecureMode
for Create card validation - New parameters for Paypal mean of payment :
CancelURL
&Category
(sub-parameter ofLineItems
). And management ofPaypalPayerID
,BuyerCountry
,BuyerFirstname
,BuyerLastname
,BuyerPhone
,PaypalOrderID
in the response.
2.36.0
Fixed
- Fixed incorrect spelling of the
Subtype
key in theBinData
parameter. - Conversions endpoint spelling
Added
- The optional Fees parameter is now available on instant conversions, allowing platforms to charge users for FX services. More information here.
- Platforms can now use a quote to secure the rate for a conversion between two currencies for a set amount of time. More information here.
- Introduced the
isUkHeaderFlag
boolean configuration key. Platforms partnered with Mangopay's UK entity should set this key to true for proper configuration.
2.35.1
Fixed
- Naming of Get card validation endpoint switch to : getCardValidation()
2.35.0
Added
- New endpoint to look up metadata from BIN or Google Pay token. More information here
- Get a card validation endpoint
Fixed
setCardApi
is nowpublic
incom.mangopay.MangoPayApi
#316