Release notes

Find out about new features and improvements to the Simple Cloud Integration (SCI) API.

Version 1.4.0

Released 8 Sept 2026

Added result_card_details to the transaction response

Transaction responses now include a result_card_details object once a transaction is FINALISED. This is present on every finalised transaction.

It includes:

  • entry_mode - how the card was presented (MANUAL, SWIPE, INSERT, CONTACTLESS, or UNKNOWN)
  • pan_first_6 and pan_last_4 - the first six and last four digits of the card number, if available
  • scheme_name - the card scheme (VISA, MASTERCARD, EFTPOS, AMERICAN_EXPRESS, UNIONPAY, DINERS_CLUB, JCB, DISCOVER, or UNKNOWN)

Version 1.3.0

Released 20 Apr 2026

Added request_id to error responses

Every error response now includes a request_id - a unique identifier generated by the server for that request. Use it when reporting errors to mx51 so we can correlate them with our server logs and traces.

Version 1.2.0

Released 14 Apr 2026

Added pos_auto_decline_signature to the create transaction request for Kiosk Mode

POS integrations running in kiosk mode can now set pos_auto_decline_signature on a transaction request so that signature transactions are automatically declined.

Version 1.1.0

Released 8 Oct 2025

Added result_financial_status to transaction responses

Transaction responses now include a result_financial_status field. Use it to determine the financial status of a transaction once it is FINALISED.