passkit
Installation
SKILL.md
PassKit — Apple Pay & Wallet (iOS)
Apple Pay checkout and Apple Wallet pass integration for a fintech iOS app,
grounded in Apple's PassKit framework. import PassKit (and import PassKitUI
is not needed — SwiftUI controls ship in PassKit).
Apple Pay vs StoreKit — pick the right one first
- Apple Pay (this skill): payment for physical goods, physical services, donations, or transactions processed by your own payment processor (card networks → your PSP → your bank). You receive an encrypted payment token.
- StoreKit / IAP (
storekit): digital content, in-app currency, and app subscriptions. App Review rejects Apple Pay used for digital goods. - FinanceKit (
financekit): read the user's own Wallet transactions and balances — orthogonal to taking a payment.