- Added new
updatePaymentIntent
toSCPCollectConfiguration
which will attach a PaymentMethod to the server-side PaymentIntent and provide thatSCPPaymentMethod
on theSCPPaymentIntent
returned duringcollectPaymentMethod
. See Stripe documentation for details. - Added new
networks
toSCPCardPresentDetails
. The networks property will only be present in the PaymentIntent returned during collect when usingupdatePaymentIntent
set to true.