Docs
Apple Pay is configured and smart routing is enabled. Safari preferences allow Apple Pay. Why doesn't Apple Pay appear on the desktop (Mac) when Chargebee checkout is implemented via the Drop-in script?
Apple Pay is not supported inside iframes. The Drop-in script, Grap script, and preview use an iframe pop-up modal, so Apple Pay does not appear in that checkout flow.
apple_pay payment method:{
"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"
}
}
Show more
Was this article helpful?