iOS

App Store Server API

The App Store Server API is the server-to-server REST API for managing App Store transactions — looking up transaction history, fetching all subscription statuses for a customer, requesting test notifications, and issuing refunds. It pairs with StoreKit on the device and with App Store Server Notifications v2 for asynchronous state changes. Authentication is JWT (ES256) signed with a key created in App Store Connect; payloads and responses are JWS-signed JSON.

App Store Server API is one of 8 APIs that iOS publishes on the APIs.io network.

Tagged areas include In-App Purchases, Subscriptions, Receipts, Refunds, and StoreKit. The published artifact set on APIs.io includes API documentation, an API reference, and SDKs.

API entry from apis.yml

apis.yml Raw ↑
aid: ios:app-store-server-api
name: App Store Server API
description: The App Store Server API is the server-to-server REST API for managing App Store transactions
  — looking up transaction history, fetching all subscription statuses for a customer, requesting test
  notifications, and issuing refunds. It pairs with StoreKit on the device and with App Store Server Notifications
  v2 for asynchronous state changes. Authentication is JWT (ES256) signed with a key created in App Store
  Connect; payloads and responses are JWS-signed JSON.
humanURL: https://developer.apple.com/documentation/appstoreserverapi
baseURL: https://api.storekit.itunes.apple.com
tags:
- In-App Purchases
- Subscriptions
- Receipts
- Refunds
- StoreKit
properties:
- type: Documentation
  url: https://developer.apple.com/documentation/appstoreserverapi
- type: APIReference
  url: https://developer.apple.com/documentation/appstoreserverapi
- type: Sandbox
  url: https://api.storekit-sandbox.itunes.apple.com
- type: SDK
  name: app-store-server-library-swift
  url: https://github.com/apple/app-store-server-library-swift
- type: SDK
  name: app-store-server-library-java
  url: https://github.com/apple/app-store-server-library-java
- type: SDK
  name: app-store-server-library-python
  url: https://github.com/apple/app-store-server-library-python
- type: SDK
  name: app-store-server-library-node
  url: https://github.com/apple/app-store-server-library-node