isAccountLinked(using:)
A Boolean value that indicates whether the account is already linked.
Declaration
func isAccountLinked(using token: PaymentCardReader.Token) async throws -> BoolParameters
- token:
The token from your payment service provider. This token contains the merchant identifier.
Discussion
Call linkAccount(using:) to link an account.