Search results for

Request failed with http status code 503

190,994 results found

Post

Replies

Boosts

Views

Activity

Reply to In-app provisioning, UnsupportedVersionError when submitting PKAddPaymentPassRequest with test data from TSP.
Hi @jwlevel, I don't have enough information to identify the underlying cause of the error reported. Please follow the steps described in the post below: Gathering Required Information for Troubleshooting Apple Pay In-App Provisioning or In-App Verification Issues https://developer.apple.com/forums/thread/762893 Once I have the Feedback ID with the requested details listed in the post above, I'll be able to provide guidance for you to resolve the reported errors, as well as troubleshoot your implementation and PNO metadata configuration, as needed. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
In-app provisioning, UnsupportedVersionError when submitting PKAddPaymentPassRequest with test data from TSP.
Hello, I am setting up a feature for my company's banking app that allows users to add their payment/debit card they have with us to the Apple Wallet on their device. We have the in-app provisioning entitlement setup and configured in the app and configured with our banking partner/TSP. We are able to manually provision production environment cards via the Wallet app. I am using test card data from my TSP. I send them the two certificates, nonce, and nonce signature data and am given activationData, encryptedPassData, and an ephmeralPublicKey that we then set on an instance of PKAddPaymentPassRequest. We call the handler on the delegate method that is called with that request object and get an error: The operation couldn’t be completed. (PKPassKitErrorDomain error 2.) Looking at the PassKit library shows this is PKUnsupportedVersionError - Unsupported pass version. Our TSP hasn't been super helpful in troubleshooting this issue and just said we should contact Apple as it is an Apple error. I am tryin
1
0
59
4d
Reply to System canceled add payment pass - Apple Wallet
Hi @aspitz007, I don't have enough information to identify the underlying cause of the error you've reported. Please follow the steps described in the post below to create a report in Feedback Assistant: Gathering Required Information for Troubleshooting Apple Pay In-App Provisioning or In-App Verification Issues https://developer.apple.com/forums/thread/762893 Once I have the Feedback ID with the requested details listed in the post above, I'll be able to provide guidance for you to resolve the reported errors, as well as troubleshoot your implementation and PNO metadata configuration, as needed. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Reply to Device selection on Apple Pay In-App provisioning is incorrect
Hi @VidhyaSri21, I don't have much information to identify the underlying cause of the issue as described. Please follow the steps in the post below Gathering Required Information for Troubleshooting Apple Pay In-App Provisioning or In-App Verification Issues https://developer.apple.com/forums/thread/762893 Once I have the Feedback ID with the requested details listed in the post above, I'll be able to provide guidance for you to resolve the reported device list issue, as well as troubleshoot your implementation and PNO metadata configuration, as needed. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Reply to Apple Pay In-App Provisioning
Hi @vlopes, The Apple Pay servers are purged frequently due to privacy and security policies, so I'll need you both to follow the steps in the post below, then reply to this thread once you've updated your existing Feedback report: Gathering Required Information for Troubleshooting Apple Pay In-App Provisioning or In-App Verification Issues https://developer.apple.com/forums/thread/762893 Once I'm notified the Feedback contains the updated details listed in the post above, I'll be able to provide guidance for you to resolve the reported errors, as well as troubleshoot your implementation and PNO metadata configuration, as needed. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Reply to ApplePay deferred payments
Hi @distantsuns, Apple Pay uses merchant tokens for recurring, deferred, and automatic reload payments. The merchant is expected to support merchant tokens and implement the PassKit or Payment Request API with the appropriate Apple Pay request object. To learn more about merchant tokens and the supported Apple Pay payment requests, please see the following documentation: Apple Pay Merchant Token Management API https://developer.apple.com/documentation/MerchantTokenNotificationServices Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Reply to Automation on apple pay certificates
Hi @Doskoy, The App Store Connect API can be used to managed certificates, profiles, and identifiers via REST API. App Store Connect API https://developer.apple.com/documentation/appstoreconnectapi For managing certificates, please see the following documentation: Certificates https://developer.apple.com/documentation/appstoreconnectapi/certificates In addition, the possible values for the CertificateType string used in the requests, include many Apple Pay values, and is documented below: CertificateType https://developer.apple.com/documentation/appstoreconnectapi/certificatetype Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Automation on apple pay certificates
Hi! I am working on automating the Apple Pay integration process in our CI/CD pipeline and would like to confirm whether a fully automated setup is currently possible for our preproduction environment. Right now, our process is as follows: A certificate is generated for the root domain and for each individual merchant subdomain. Both certificates are manually uploaded to our preproduction servers to test and verified via HTTP. We’d like to automate this flow in GitLab CI, mainly the generation of the necessary certificates programmatically or via API. However, from my research, it seems that Apple does not currently provide an API or any support to automate this task, but I’d like to confirm this directly with you. Is there any official support or workaround for this kind of automation? If not, do you have any plans to provide it in the future? Thanks in advance for your help.
1
0
51
4d
Reply to enrollment
Hi @poonamjhanji, The Apple Developer Forums are for developers implementing Apple frameworks and services. For customer support, please go to Apple Support https://support.apple.com Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Unable to verify the merchant domain after renewing the SSL
Hi, We're experiencing an issue with verifying our domain for Apple Pay on the web. It's currently stuck in the Pending state despite meeting the listed requirements. The domain in question has been verified once successfully but one month later when we renewed the SSL, we were unable to verify the domain again. Please note that the new certificate's CA chain has been changed. A) The apple-developer-merchantid-domain-association.txt file is publicly accessible at the following location: /.well-known/apple-developer-merchantid-domain-association.txt B) We've also ensured that the following IP ranges are whitelisted: 17.32.139.128/27 17.32.139.160/27 17.140.126.0/27 17.140.126.32/27 17.179.144.128/27 17.179.144.160/27 17.179.144.192/27 17.179.144.224/27 17.253.0.0/16 17.23.4.96/27 17.132.108.64/26 17.23.24.32/27 17.23.19.0/27 17.157.40.128/27 17.157.44.128/27 17.157.32.0/27 C) Our servers support TLS 1.2 already. D) ECDHE-RSA-AES128-GCM-SHA256 cipher suite has been used, so we believe all necessary criteria are
1
0
112
4d
Reply to Unable to verify the merchant domain after renewing the SSL
Hi @mehdim, Please review the following post to learn more about resolving merchant issues for Apple Pay on the Web: Gathering Required Information for Troubleshooting Apple Pay on the Web Merchant Issues https://developer.apple.com/forums/thread/762994 Specifically, the technote mentioned below, which has a section about merchant domain verification: TN3173: Troubleshooting issues with your Apple Pay merchant identifier configuration https://developer.apple.com/documentation/technotes/tn3173-troubleshooting-issues-with-your-apple-pay-merchant-id-configuration If you continue to have issues with your merchant domain verification, please reply with the Feedback ID of your report. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d
Apple Pay Merchant Validation TLS Error
Hello, Please help. We have been experiencing what appears to be a TLS handshake error in our Apple Pay merchant validation requests (2-way TLS) since June 25, 2025. We are aware of the encryption algorithm changes made in February 2025, and our system was functioning correctly at that time. However, the error started occurring suddenly and only recently. Could you please clarify the following points? Have there been any changes to the TLS configuration (cipher suites, certificates, protocol versions, etc.) on the Apple Pay server side since June 2025? Have there been any updates to the specifications or recommended settings for merchant validation requests? Is there any way to contact Apple for technical support regarding this issue other than through the Developer Forums? Our Merchant Identity Certificate has already been renewed and is confirmed to be valid.
2
0
58
5d
Reply to Apple Pay Merchant Validation TLS Error
Hi @sekine-mikuri, Please review the following post to learn more about resolving merchant issues for Apple Pay on the Web: Gathering Required Information for Troubleshooting Apple Pay on the Web Merchant Issues https://developer.apple.com/forums/thread/762994 Specifically, the technote mentioned below, which has a section about merchant domain verification: TN3173: Troubleshooting issues with your Apple Pay merchant identifier configuration https://developer.apple.com/documentation/technotes/tn3173-troubleshooting-issues-with-your-apple-pay-merchant-id-configuration If you continue to reproduce the TLS errors during merchant domain verification, please reply here with your created Feedback ID, including the requested details from the post above. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
5d
Reply to 500 Broker Service Response exception during Apple Pay In-App Provisioning
Hi @Cubaza, The Apple Pay servers are purged frequently due to privacy and security policies, so I'll need you to follow the steps in the post below, then reply to this thread with the submitted Feedback ID: Gathering Required Information for Troubleshooting Apple Pay In-App Provisioning or In-App Verification Issues https://developer.apple.com/forums/thread/762893 Once I have the Feedback ID with the requested details listed in the post above, I'll be able to provide guidance for you to resolve the reported errors, as well as troubleshoot your implementation and PNO metadata configuration, as needed. However, the SEID provided in your Feedback report above, does not return any recent errors for In-App Provisioning in my Apple Pay server queries. If you've already resolved the issue, please let me know or close your existing Feedback report. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
4d