financekit

Query Apple Wallet transactions, balances, and account information via FinanceKit.

Updated Jul 12, 2026
One-click install
npx skills add https://github.com/yashpalsince2004/National_academy_app --skill financekit-yashpalsince2004
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financekit
Source: https://github.com/yashpalsince2004/National_academy_app/tree/main/Mobile/.agents/skills/financekit
Command: npx skills add https://github.com/yashpalsince2004/National_academy_app --skill financekit-yashpalsince2004

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires FinanceKit, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies access to financial data stored in Apple Wallet, enabling users to query transactions, balances, and more without leaving their app.

Core Features & Use Cases

  • Financial Data Access: Retrieve transactions, balances, and account information.
  • Transaction Management: Query transactions with various filters and sort options.
  • Authorization: Request and manage user authorization for financial data access.
  • Use Case: For a personal finance app, use this Skill to fetch the latest transactions and balances from the user's Apple Wallet to display in the app.

Quick Start

Use the financekit skill to fetch the latest transactions for the 'Apple Cash' account.

Frequently Asked Questions about financekit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Apple Wallet transaction data in my iOS app?

Access Apple Wallet transaction data by using the FinanceKit framework to query transactions, balances, and account information directly on-device. This provides secure financial data retrieval for personal finance apps without requiring users to leave your application.

What iOS version is required for FinanceKit financial data access?

FinanceKit financial data access requires iOS or iPadOS 17.4 or later. You must also request and manage appropriate user authorization to retrieve Apple Wallet account balances and transaction history on the device.

Can I filter and sort Apple Wallet transactions using FinanceKit?

Yes, you can filter and sort Apple Wallet transactions using FinanceKit. The framework supports querying transactions with various filters and sort options to help manage personal finance tracking effectively within your app.

Does accessing Apple Wallet balances require explicit user authorization?

Yes, accessing Apple Wallet balances requires explicit user authorization. You must request and manage user authorization for financial data access before querying account information and transactions through the FinanceKit framework.

What is the best way to retrieve Apple Cash account balances on-device?

The best way to retrieve Apple Cash account balances on-device is using FinanceKit. Query the user's authorized Apple Wallet accounts to fetch the latest balances and transaction history for display in your personal finance application.