Post

Replies

Boosts

Views

Activity

Reply to Credit card ICC Public Key Certificate retrieval
Having the same problem trying to implement TTP. We're a payment service provider and have the tap to pay entitlement but not able to get past step 1 due to a token that is supposed to be provided by the psp. How do I generate and supply this token to our merchants? No matter what I try when I try and call the next step to link the account the token fails to decode. let token = PaymentCardReader.Token(rawValue: tokenData) try await reader?.linkAccount(using: token) <-- Can't get past this due to the token
May ’25