Docschargebeedocs

HomeBillingPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Payment Methods


  • Payment Methods Overview
  • Cards
  • Direct Debit
  • Bank Based Payments
  • Wallets
  • Vouchers
  • Articles and FAQ

Payment Gateways and Configuration


  • Payment Gateways Overview
  • Chargebee Test Gateway
  • Chargebee Pay
  • Stripe
  • Adyen
  • Braintree
  • Authorize.net
  • PayPal Payment Services
  • GoCardless
  • Razorpay
  • Checkout.com
  • Mollie
  • BlueSnap
  • CyberSource
  • Global Payments
  • QuickBooks Payments
  • Worldline Online Payments(formerly Ingenico)
  • Worldpay
  • J.P. Morgan Mobility Payment Solutions
  • Twikey
  • dLocal
  • Bank of America
  • Solidgate
  • Pay.com
  • EBANX
  • BluePay
  • Sage Pay
  • Paymill
  • Bambora (formerly Beanstream)
  • E-xact Direct Integration
  • Orbital (Chase Paymentech)
  • Pin Payments
  • Moneris
  • Elavon
  • Network Merchants Incorporated (NMI)
  • eWay Rapid
  • Ecentric
  • Windcave
  • Metrics Global
  • Nuvei
  • Paystack
  • Articles and FAQ

Level 2/3 Data Support


  • Level 2/3 Data Support

Advanced Routing


  • Advanced Routing

Dunning


  • Dunning
  • Articles and FAQ

Offline Checkout


  • Offline Checkout
  • Articles and FAQ

Transaction Sync & Invoice Mapping


  • Transaction Sync and Invoice Mapping

Fraud Management


  • Fraud Management

Error Handling


  • Errors with Root Cause and Troubleshooting

Payment Lifecycle Logs


  • Payment Intents
  • Transactions
  • Gateway Activity Logs
  • Articles and FAQ

Others


  • Reach (Merchant of Record)
  • Payment Verification
  • Bulk Deletion of Payment Methods
  • Custom Payment Methods
  • Payment Initiator Parameter
  • PSD2 and Strong Customer Authentication
  • RBI e-Mandate
  • RBI Tokenization Regulations
  • Chargeback Management
  • Transaction Descriptors
  • Payment Preferences
  • Visa Trial Rules
  • Mastercard Trial Rules
  • Co-badged Card Compliance
  • Articles and FAQ
  1. Payments
  2. Payment Gateways and Configuration
  3. Articles and FAQ
  4. Payment Gateways
  1. Payments
  2. Payment Gateways and Configuration
  3. Articles and FAQ
  4. Payment Gateways

Apple Pay is not appearing in Safari browser

Problem Statement

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?

Solution

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.

Steps to Set It Up (Troubleshooting)

  1. Verify Apple Pay in Chargebee: In Safari, right-click > Inspect Element (enable Safari > Preferences > Advanced > Show Develop menu in menu bar). Check the retrieve endpoint response for the 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"
    }
}
  1. Test with plan-based URL: Use a plan-based URL with site name and items. If Apple Pay appears there but not in your implementation, the issue is likely with the implementation.

Related Articles

Refund - Chargeback - fraud - What is the best way to manage chargebacks, fraud and refunds when working with Chargebee?
Is Chargebee a gateway?
Error code-(3)"The referenced transaction does not meet the criteria for issuing a credit"
How is card address verification performed through Chargebee?
Minimum transaction amount to test with PIN (PIN.NET.AU) payments.
Does Chargebee support MoR?
Can Chargebee help protect against fraud?
How do I connect my payment gateway to Chargebee?
Can PayPal be added as a payment method?
setup_intent_authentication_failure while updating payment method
'Fix for error message: (INVALID_STRING_LENGTH) The value of a field is either too short or too long.'
Why can't I remove my existing payment gateway?
'ReferenceError: ''Stripe'' is undefined'
How do I enable address requirements specific to my payment gateway to process credit card?
How to delete a payment gateway?
Why are my customers are being charged $1?
"An error occurred while processing your request" error on Chargebee checkout by Mollie
Why are transactions still In Progress even though they are settled at the gateway?
How do I process transactions or plans through a specific gateway?
Initial transaction going through but recurring transactions are failing (Authorize.net)
Cybersource test error cards are going through successfully
Chargebee + Stripe ACH Credit Transfer.
What is Chargebee's role in a 3DS transaction?
How to enable Razorpay payment gateway for my site?
Smart routing rule vs preferred currency
Are Plaid fees required to use ACH payments with the Chargebee plugin?
Why are some transactions in 'Needs Attention' status?
Pay Now URL opens but is stuck at a blank loading page
'Error: Record cannot be found'
How to integrate Mollie payment gateway with Chargebee
What is Exact gateway? What are some prerequisites for integration?
Direct Debit payments aren't processed through Pay Now link
How to configure Gpay via Braintree?
FAQs for Silicon Valley Bank developments
What are the options for end-customers to setup eMandates RBI requirements?
How to prepare for e-mandate changes by RBI (Payment Gateway)
How to restrict 'Update payment method' button on trial emails only for some plans?
The permanent token is not getting generated for Bancontact
How to view subscription records based on their e-mandate status?
Is Google Pay supported in the Hosted Pages V2 version?
Is Chargebee supported in Korea?
3DS Authorization flow in Chargebee
'Error Message: The zipcode field is required REFID'
How to configure Global Payments in Chargebee?
What are the prerequisites for Cybersource Chargebee integration?
How to configure Apple Pay via Checkout.com?
How to integrate Bancontact via Mollie?
Does Chargebee use ACH Pull or ACH Push?
How to choose Mollie payment gateway?
What is CyberSource and how do I integrate it with Chargebee?
How to integrate Sofort via Mollie?
Archiving gateways
Error 'Cannot contact the gateway at this time'
How to configure Bank of America in Chargebee?
How to configure ACH payments via Checkout.com?
How to configure ACH Payments via BlueSnap?
How to configure SEPA Payments via BlueSnap?
What gateways does Chargebee support?
Can I use more than one payment gateway with Chargebee?
Is Google Pay supported by Chargebee?

Show more

Was this article helpful?