Release notes
Find out about new features and improvements to the Simple Cloud Integration (SCI) API.
Version 1.4.0
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, orUNKNOWN)pan_first_6andpan_last_4- the first six and last four digits of the card number, if availablescheme_name- the card scheme (VISA,MASTERCARD,EFTPOS,AMERICAN_EXPRESS,UNIONPAY,DINERS_CLUB,JCB,DISCOVER, orUNKNOWN)
Version 1.3.0
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
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
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.
Updated about 7 hours ago