Apple Pay is not appearing in Safari browser.

Modified on: Tue, 22 Aug, 2023 at 4:15 PM

This article covers

Why apple pay button is displayed when Chargebee checkout is implemented via the Drop-in script?

 

Summary

 

Apple Pay is configured on the site and smart routing is enabled for Apple Pay. Also, Safari preference is enabled to allow Apple Pay. Still, it does not show in the desktop version. (MAC)


 

Clarification


Check whether the apple_pay payment method is listed from Chargebee backend.

  • In order to verify the same, in safari bowser do a right click anywhere on the screen and then open inspect elements (Make sure under Safari -> Preferences -> Advanced -> “Show Develop menu in menu bar” is checked)

  • Please refer to below OBJECT which is obtained from retrieve end-point response:

{
        
"mode""ONLINE",
        
"type""apple_pay",
        
"id""gw_xxxxxxxxxxxxxxx",
        
"display_name""Apple Pay",
        
"gateway_name""BRAINTREE",
        
"gateway_currency""USD",
        
"name""Braintree-1",
        
"configuration": {
            
"type""apple_pay",
            
"business_name""App with Apple Pay",
            
"is_tax_configured"true,
            
"public_key""xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
        }









Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
×