- New: Create
PaymentIntent
andSetupIntent
via the SDK when connected to an internet reader by callingcreatePaymentIntent
orcreateSetupIntent
instead of using your backend.- Note: This feature requires version
2.10.1.0
or later to be installed on your internet reader.
- Note: This feature requires version
- Fixed bug where the SDK may have not called
reader:didReportReaderEvent:info:
orreader:didRequestReaderInput:
when it should have. - Fixed an issue where faulty readers may fail
processPayment
with "You passed an empty string for 'payment_method_data[card_present][emv_data]'". These readers will now failcollectPaymentMethod
with error codeSCPErrorMissingEMVData
.