# Laravel MercadoPago ## Docs - [CardService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/card-service.md): API reference for managing customer payment methods (saved cards) - [Configuration](https://mintlify.wiki/fitodac/laravel-mercadopago/api/configuration.md): Complete reference for Laravel MercadoPago configuration options and environment variables. - [CustomerService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/customer-service.md): API reference for managing MercadoPago customer records - [Customers API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/customers.md): Manage customers and their saved payment cards - [Payment Methods API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/payment-methods.md): Retrieve available payment methods for your Mercado Pago account - [Payments API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/payments.md): Create, retrieve, and refund payments through Mercado Pago - [Preferences API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/preferences.md): Create payment preferences for Mercado Pago checkout integration - [Test Users API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/test-users.md): Create test users for Mercado Pago sandbox testing - [Webhooks API](https://mintlify.wiki/fitodac/laravel-mercadopago/api/endpoints/webhooks.md): Receive and validate Mercado Pago webhook notifications - [PaymentMethodService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/payment-method-service.md): API reference for retrieving available payment methods - [PaymentService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/payment-service.md): API reference for processing direct payments and retrieving payment information - [PreferenceService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/preference-service.md): API reference for creating MercadoPago checkout preferences - [RefundService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/refund-service.md): API reference for processing payment refunds - [TestUserService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/test-user-service.md): API reference for creating MercadoPago test users for sandbox testing - [WebhookService](https://mintlify.wiki/fitodac/laravel-mercadopago/api/webhook-service.md): API reference for handling and validating MercadoPago webhook notifications - [Architecture](https://mintlify.wiki/fitodac/laravel-mercadopago/concepts/architecture.md): Understanding the Laravel MercadoPago package architecture and design principles - [Credentials](https://mintlify.wiki/fitodac/laravel-mercadopago/concepts/credentials.md): Understanding credential management, resolution, and security in Laravel MercadoPago - [Services](https://mintlify.wiki/fitodac/laravel-mercadopago/concepts/services.md): Overview of all Laravel MercadoPago services, their purpose, and relationships - [Configuration](https://mintlify.wiki/fitodac/laravel-mercadopago/configuration.md): Configure Laravel MercadoPago with environment variables, publish the config file, and understand all available configuration options. - [Production Deployment](https://mintlify.wiki/fitodac/laravel-mercadopago/deployment/production.md): Deploy Laravel MercadoPago to production with recommended configuration and best practices - [Security Best Practices](https://mintlify.wiki/fitodac/laravel-mercadopago/deployment/security.md): Secure your Laravel MercadoPago integration with authentication, HTTPS, and credential management - [Creating Preferences](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/creating-preferences.md): Learn how to create and customize MercadoPago payment preferences - [Handling Webhooks](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/handling-webhooks.md): Receive and validate MercadoPago payment notifications securely - [Managing Customers](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/managing-customers.md): Create customers and manage their saved cards in MercadoPago - [Processing Payments](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/processing-payments.md): Process direct payments with tokenized cards and retrieve payment status - [Quickstart](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/quickstart.md): Get your first MercadoPago payment working in minutes - [Refunds](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/refunds.md): Process full and partial refunds for MercadoPago payments - [Testing](https://mintlify.wiki/fitodac/laravel-mercadopago/guides/testing.md): Test your MercadoPago integration locally with demo routes and test users - [Installation](https://mintlify.wiki/fitodac/laravel-mercadopago/installation.md): Install Laravel MercadoPago using Composer with local path repository or versioned package approaches. - [Introduction](https://mintlify.wiki/fitodac/laravel-mercadopago/introduction.md): Laravel MercadoPago is a reusable package for integrating Mercado Pago into Laravel 12 projects with decoupled services and JSON API endpoints. - [Common Issues](https://mintlify.wiki/fitodac/laravel-mercadopago/troubleshooting/common-issues.md): Solutions to frequently encountered problems when using the Laravel MercadoPago package - [Debugging](https://mintlify.wiki/fitodac/laravel-mercadopago/troubleshooting/debugging.md): Techniques and tools for debugging issues with the Laravel MercadoPago package