Skip to main content

Version 7

Version 7

[7.1.5] - 2021-08-19

Fixed

  • Magicpos returns appropriate error allowing fallbacks when needed instead of terminated
  • Recover from fallback error now is working

[7.1.4] - 2021-07-26

Fixed

  • Fix card read for Argentina "Alimentar" card

[7.1.1] - 2021-07-07

Changed

  • Updated version of the MagicPos SDK
  • Transaction declines are now emitted inside a RecoverableError instead of a NonRecoverableError. This way in case of a decline, you can try again with a different card or different config instead of having to create the transaction again from scratch

Fixed

  • Fix card read for special magnetic stripe cards

[7.0.1] - 2021-04-22

Changed

  • Compliance with MasterCard refunds and cancellations
    • SDKTransactionCard*maskedPan may be null. This might happen on MasterCard refunds and cancellations.

[7.0.0] - 2021-03-19

Added

  • Now it's possible to update configuration for Qpos and MagicPos readers.
  • Now it's possible to update firmware for MagicPos readers.

Changed

  • Better configuration interface.

Fixed

  • Fallback implementation