StrongCustomerAuthenticationRequiredContingency

protocol StrongCustomerAuthenticationRequiredContingency

Data required to resolve the Strong Customer Authentication (SCA) Contingency. Before completing checkout or updating any account related info, user needs to complete another auth flow.

  • ID to be passed to the auth flow that will be collecting the user’s auth, as part of the arguments

    Declaration

    Swift

    var contextId: String? { get }