что такое FinanceKit

Generated on 8/7/2024

1 search

FinanceKit is a new API introduced by Apple that provides access to a central repository of financial data stored in Apple Wallet. It allows developers to build financial apps by accessing rich financial information, including account balances, transaction histories, and more. The data is stored locally on the device, ensuring privacy and security, and does not require an internet connection to be accessed.

FinanceKit exposes three main data types to model financial data:

  1. Account: Represents a financial account such as a checking account, credit card, or savings account. Each account has a balance and contains transactions.
  2. Balance: Represents the amount of money in the account at a particular moment in time.
  3. Transaction: Represents how money moved in or out of the account, including details like the amount, currency, and whether it was a debit or credit.

FinanceKit also includes features like a transaction picker, which allows users to select specific transactions to share with an app, and query APIs for accessing financial data.

For more detailed information, you can refer to the session Meet FinanceKit (01:47).

Relevant Sessions

  1. Meet FinanceKit
  2. What’s new in privacy (FinanceKit transaction picker)