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.

Documentation

Other Resources

🔗
Sandbox
https://api.storekit-sandbox.itunes.apple.com
🔗
SDKs
https://github.com/apple/app-store-server-library-swift
🔗
SDKs
https://github.com/apple/app-store-server-library-java
🔗
SDKs
https://github.com/apple/app-store-server-library-python
🔗
SDKs
https://github.com/apple/app-store-server-library-node
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-app-store-version-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-beta-group-assign-build-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-in-app-purchase-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-signing-certificate-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-subscription-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-enable-bundle-id-capability-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-invite-beta-tester-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-notify-testers-new-build-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-register-provisioning-profile-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-respond-to-customer-review-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-submit-build-for-beta-review-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-submit-version-for-review-workflow.yml

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: SDKs
  name: app-store-server-library-swift
  url: https://github.com/apple/app-store-server-library-swift
- type: SDKs
  name: app-store-server-library-java
  url: https://github.com/apple/app-store-server-library-java
- type: SDKs
  name: app-store-server-library-python
  url: https://github.com/apple/app-store-server-library-python
- type: SDKs
  name: app-store-server-library-node
  url: https://github.com/apple/app-store-server-library-node