Apple Pay Web Merchant Registration Authentication Requirements

I am trying to do a mass enablement of a merchant ids for a psp. The ids have been approved by apple. I am attempting to add more using the Post Request: https://apple-pay-gateway.apple.com/paymentservices/registerMerchant

(https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/register_merchant) but am always getting a Refuse to connect error.

What authentication is required to get a 200 successful response?

Answered by DTS Engineer in 826435022

Hi @Appleuser770,

This error indicates one of two things:

  1. The client certificate and private key were provided in the request.
  2. The merchant domain verification file (provided by Apple Pay when approved for usage of this API) is not properly hosted for your e-commerce platform’s website.

Please confirm both of the above are completed and then reattempt the request.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @Appleuser770,

This error indicates one of two things:

  1. The client certificate and private key were provided in the request.
  2. The merchant domain verification file (provided by Apple Pay when approved for usage of this API) is not properly hosted for your e-commerce platform’s website.

Please confirm both of the above are completed and then reattempt the request.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Apple Pay Web Merchant Registration Authentication Requirements
 
 
Q