AI resources
Business contact required
You must contact our commercial team to enable your account and give permission to make charges using this service model.
Integrate Apple Pay in your checkout
Offer fast, secure payments with Apple Pay using tokenization and biometric authentication, with no redirects and within your Checkout Transparente flow.
Agile integration
No redirect
Optimized experience
Flexible processing

What it offers
Integrate Apple Pay in Checkout Transparente for web or iOS, choosing the channel according to your business needs.
- Authentication with Touch ID or Face ID – no need to enter card details.
- Web: via backend API, compatible with Safari on iOS and macOS.
- Mobile iOS: via native iOS SDK or direct API.
- In both channels, Mercado Pago manages the Apple Pay session and tokenization.
- Payment data tokenization.
- Processing in your backend with Mercado Pago APIs.
- Support for Visa and Mastercard.
- Web: available on browsers compatible with Apple Pay on iOS and macOS.
- Available on iOS only. Not available for Android.
Fast experience
Integration channels
Security
Compatibility
How it works
How to integrate
The buyer chooses to pay with Apple Pay; Mercado Pago tokenizes the payment and your backend completes the transaction via API.
- The buyer selects Apple Pay in the checkout, either on web or in your application.
- Mercado Pago converts the Apple Pay payment token into a card token and sends it to your backend.
- Your backend creates the payment with Mercado Pago using the token and transaction data.
- The purchase is confirmed on your site or application.
How to integrate
Learn the steps you need to follow to integrate Apple Pay.
Prerequisites
- Seller accountYou need to create a user on Mercado Pago or Mercado Libre to have a seller account.
- Choose integration channelChoose between Mercado Pago integration for websites or Mercado Pago integration for iOS mobile applications depending on your channel. See the Apple Pay integration hub.
- SSL certificateEnables secure browsing and protection of your data during information transfers. Required to go to production.
Integration process
- Integrate Apple Pay in your channel: websites or iOS mobile applications.
flowchart TD
A[Your integrations] --> B[Create an application]
B --> C[Obtain Apple Developer certificates]
C --> D[Integrate Apple Pay in your channel]
D --> E[Configure payment notifications]
E --> F[Test your integration]
F --> G{Was the test successful?}
G -- No --> H[Fix configuration] --> F
G -- Yes --> I[Go to production]