Skip to main content

Version 16

Version 16

[16.1.4.4] - 2024-09-20

Required MoreFun YSDK Services application version

  • 5.3

Fixed

  • Pan is masked depending on pan length:
    • Pan length >= 16 digits masks 8 firsts digits and last 4.
    • Pan length < 16 digits masks 6 firsts digits and last 4.

[16.1.4] - 2024-01-19

Required MoreFun YSDK Services application version

  • 5.3

Added

  • Support for token request
  • PinProvider on magicpos hardware reader

Changed

  • Double card read is no longer necessary for EMV transaction.
    • If the amount for transaction is different from the original transaction an updated amount can be send on contactless transaction.
    • This is a common use case in Argentina market because of installment financial cost
    • If you need to implement this feature, yo can use the "updatedAmount" optional field on Sale Confirmation object.
  • SDKTransactionIntentFactory API has changed
    • A method has been added to the SDKTransactionListener
    • When a transaction creation is requested to the factory, this new method SDKTransactionListener.onTransactionCreatedis called with the creation result
      • This result may be success or error
        • Error may occur only if you are creating a transaction when an old transaction already exists and it cannot be aborted
        • The aim of this behaviour is to prevent the existence of multiple transaction intents at the same time

[16.0.5] - 2024-01-04

Required MoreFun YSDK Services application version

  • 5.3

Fixed

  • Minor bug fixing for MoreFun smartpos reader
  • Correct mapping for CVM result so Signature is not requested when it's not needed

[16.0.1] - 2023-10-25

Required MoreFun YSDK Services application version

  • 5.3

Added

  • Hash pan and issuer installment plugins are available. This can be used in some markets only if Geopagos requests it
  • New "MoreFun" smartpos reader available → com.geopagos.payments.sdk:sdk-reader-morefun:$sdkVersion

Changed

  • All internal dependencies has been updated, this is a major change. API has not been changed
  • Improvements in transaction information tracking