Skip to content

Commit 4c7c568

Browse files
renanmavclaude
andauthored
fix: update Apple Pay entitlements email address (#59)
* fix: update Apple Pay entitlements email address The previous email address (apple-pay-provisioning@apple.com) is no longer valid and bounces. Updated to the correct address (iap_entitlements@apple.com) as documented on Apple's official In-App Provisioning page. Also added the required email format (subject line and body content) per Apple's documentation at https://applepaydemo.apple.com/in-app-provisioning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: add Apple's In-App Provisioning submission form link Apple now directs issuers to use a formal submission form at developer.apple.com in addition to the email address. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: note that only Account Holders can access the submission form Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cdcb283 commit 4c7c568

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,21 @@ With all the required data, submit the form and wait for Google's response. Afte
5959

6060
### Step 1: Apply for appropriate entitlements
6161

62-
To enable In-App Provisioning in your app, you must request activation of the appropriate Apple Pay entitlements for your developer Team ID. Enterprise Team IDs are not supported. This entitlement is not available by default in our panel; you will need to request it. Send an email to apple-pay-provisioning@apple.com with your app name, Team ID, and Adam ID.
62+
To enable In-App Provisioning in your app, you must request activation of the appropriate Apple Pay entitlements for your developer Team ID. Enterprise Team IDs are not supported. This entitlement is not available by default in our panel; you will need to request it.
63+
64+
Submit your request through the [In-App Provisioning Submission Form](https://developer.apple.com/contact/request/apple-pay-in-app-provisioning/). Only Account Holders can access this form — if you are unable to access it, coordinate with the Account Holder of your team. Alternatively, you can email `iap_entitlements@apple.com` with the following format:
65+
66+
**Subject:** `Apple Pay Entitlements and Allow List Request - [Issuer Name] - [Country Code]`
67+
68+
**Body:**
69+
- Issuer Name
70+
- Country [Country Code]
71+
- Team ID
72+
- Adam ID
73+
- App Name
74+
75+
> [!NOTE]
76+
> Only a production Team ID and Adam ID can receive the entitlement. Test Team IDs don't qualify.
6377
6478
Once Apple verifies your identity, you should get documentation named `Getting Started with Apple Pay In-App Provisioning, Verification & Security`. In this confidential document you will find all the relevant information about:
6579
- Prerequisites for your project

0 commit comments

Comments
 (0)