Apple Pay - canMakePaymentsWithActiveCard

The documentation says that, when calling the method canMakePaymentsWithActiveCard, the method asynchronously contacts Apple pay servers.

My question is, if I want to whitelist the Apple pay servers, should I be referring to this list? https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server#3172426

Answered by DTS Engineer in 792544022

Hi @Raj_Jayaraj23,

Yes, you should add the IP ranges in Setting Up Your Server to your server's allow list for both merchant validation (when Apple validates you as a merchant for a payment) as well as for merchant domain verification (when Apple verifies the domain belongs to the registered merchant for your developer account.

Cheers,

Paris

Accepted Answer

Hi @Raj_Jayaraj23,

Yes, you should add the IP ranges in Setting Up Your Server to your server's allow list for both merchant validation (when Apple validates you as a merchant for a payment) as well as for merchant domain verification (when Apple verifies the domain belongs to the registered merchant for your developer account.

Cheers,

Paris

Apple Pay - canMakePaymentsWithActiveCard
 
 
Q