---
title: >-
  New finance KYC information field available for Shopify-approved finance apps
  - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/new-finance-kyc-information-field-available-for-shopify-approved-finance-apps
  md: >-
    https://shopify.dev/changelog/new-finance-kyc-information-field-available-for-shopify-approved-finance-apps.md
metadata:
  effectiveApiVersion: 2025-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Webhook
      handle: webhook
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-03-06T10:10:30-05:00'
  postedAt: '2025-04-01T12:00:00-04:00'
  updatedAt: '2025-03-11T10:52:11-04:00'
  effectiveAt: '2025-04-01T12:00:00-04:00'
---

April 1, 2025

Tags:

* Admin GraphQL API
* Webhook
* 2025-04

# New finance KYC information field available for Shopify-approved finance apps

As of API version 2025-04, [Shopify-approved finance apps](https://shopify.dev/docs/api/usage/access-scopes#authenticated-access-scopes) can retrieve the following information using the [`FinanceKycInformation`](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FinanceKycInformation) object, on behalf of an approved shop [staff member](https://shopify.dev/docs/api/admin-graphql/unstable/objects/StaffMember):

* Business address
* Business type
* Industry
* Business legal name
* Shop owner information
* Tax identification information
* Finances access policies

The following webhooks related to updating staff with access to the app will also be available:

* `FINANCE_APP_STAFF_MEMBER_DELETE` - Triggers when a staff with access to all or some finance app has been removed
* `FINANCE_APP_STAFF_MEMBER_GRANT` - Triggers when a staff is granted access to all or some finance app
* `FINANCE_APP_STAFF_MEMBER_REVOKE` - Triggers when a staff's access to all or some finance app has been revoked
* `FINANCE_APP_STAFF_MEMBER_UPDATE` - Triggers when a staff's information has been updated
* `FINANCE_KYC_INFORMATION_UPDATE` - Triggers whenever shop's finance KYC information was updated
