Appearance
How to Configure Mercado Pago
Last update: 28/Oct/2024
1. Login & Sign Up
- Go to Mercado Pago.
- If you already have an account, login.
- If not, create a new account.
2. Mercado Pago Dashboard
- Log in to your Mercado Pago account.
- Navigate to the Developer Dashboard.
- Retrieve your:
- Access Token
- Public Key
3. Add the Webhook URL in the Mercado Pago Dashboard
- Go to IPN (Instant Payment Notifications) / Webhook Notifications.
- Enter your callback URL:
https://yourdomain.com/mercadopago-callback
- Select the events to receive notifications for:
- payment → payment updates
- merchant_order → order updates
- subscription → recurring payments
- Save the changes.
4. Admin Panel Setup
- Go to Settings → General Settings → Payment Methods Configuration in the admin panel.
- Paste the following details:
- Public Key
- Access Token
- Click Update to save your changes.
✅ Your Mercado Pago payment gateway is now successfully configured.