Contents

isAccountLinked(using:)

A Boolean value that indicates whether the account is already linked.

Declaration

func isAccountLinked(using token: PaymentCardReader.Token) async throws -> Bool

Parameters

  • token:

    The token from your payment service provider. This token contains the merchant identifier.

Discussion

Call linkAccount(using:) to link an account.

See Also

Displaying the Tap to Pay on iPhone’s terms and conditions