Search results for

Request failed with http status code 503

191,154 results found

Post

Replies

Boosts

Views

Activity

Reply to Unable to Complete In-App Provisioning – Error 40456 on enable Endpoint
Hi @MansurB, 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. Note: The error code is typically provided by the Payment Network Operator (PNO) and not from Apple Pay directly. Cheers, Paris X Pinkney |  WWDR | DTS Engineer
1w
Unable to Complete In-App Provisioning – Error 40456 on enable Endpoint
Hello, I am developing an Apple Pay and In-App Provisioning integration for the bank where I work. All entitlements are properly configured, and we are integrated correctly with our Payment Network Operator (PNO). We are using PKAddPaymentPassViewControllerDelegate to handle the provisioning process. The flow progresses as expected up to the Terms and Conditions screen. However, after accepting the terms, the process fails with the message: Could not add card. Upon checking the device logs using the Wallet profile configuration, I observed the following response from Apple's backend: Response: https://nc-pod10-smp-device.apple.com:443/broker/v4/devices/041315032816900221610987313158566F368A9CEBA1291E/cards/745f792b9d0644e5a6e713d54f505296/enable 500 Time profile: 1.80458 seconds { x-conversation-id = 6ec59a63424f4035915e32f22ea645e4 Vary = accept-language Content-Type = application/json x-pod = nc-pod10 x-keystone-correlationid = E3DD5A5A-FD18-4500-8570-2BD1334E281C Date = Thu, 17 Apr 2025 0
1
0
96
1w
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
1w
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
1w
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
1w
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
1w
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
1w
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
1w
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
1w
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
52
1w
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
1w
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
117
1w
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
1w
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
1w