- Added
amountTip
toPaymentIntent
that represents the on-reader tip amount, if any, in the Payment Intent returned aftercollectPaymentMethod
when usingupdatePaymentIntent
. - Added missing type annotations of
<NSString *, NSString *>
to allmetadata
dictionaries. - Added support for creating Payment Intents with a requested routing priority (
SCPCardPresentRouting
) set on theSCPCardPresentParameters
. - Added
CardPresentDetails.incrementalAuthorizationStatus
which indicates whether incremental authorizations are supported or not after thePaymentIntent
has been confirmed. - Added Statement descriptor suffix field added to
PaymentIntentParameters
,PaymentIntent
, andCharge
. - Added calculated statement descriptor field to
Charge
. - Added more supported currency symbols when collecting payments with a WisePad 3.
- Fixes #145: Tip amounts are now accessible through the
PaymentIntent.amountDetails
object. - Fixes #119:
metadata
onRefundParameters
is now correctly set when collecting a refund with a WisePOS E. - Fixes #184:
SCPAppleBuiltInReaderErrorCodeNotAllowed
is now returned more consistently when attempting to discover Tap to Pay on iPhone readers on apps with a missing entitlement. - Fixes #199:
deviceSoftwareVersion
onReader
could start returningfw-config-ksid
instead of the reader's correct software version.