Mobile Checkout
Mercado Pago SDK makes it easy to create a payment experience in your application. You will instantly offer your users:
All our payments are assessed by our fraud prevention tool to minimize the risks in your transactions.
One experience, all platforms
Offer the best payment experience to your users, on Android or iOS.
It is very easy to integrate the checkout:
- Include the SDK in your project.
- Enter your credentials and create the payment preference.
- Start the payment process with a button on your application.
- Get to know when a payment is made with the notifications we send you.
Find all the information about your credentials in our FAQs.
Add the dependency to your project
dependencies {
implementation 'com.mercadopago.android.px:checkout:4.+'
}
If you use CocoaPods in your project, you can add the dependency in the Podfile of the module where you integrate with us with the following code. Alternatively, you can download the SDK and add it to your project.
source 'https://github.com/CocoaPods/Specs.git'
# This parameter is needed because this is a Swift library
use_frameworks!
platform :ios, '8.0'
pod 'MercadoPagoSDK'
You can find the reference to the interface in the following links: Android docs - iOS docs
Add the following code in the file build.gradle. Alternatively, you can download the SDK and add it to your project.