# MD for: https://www.mercadopago.com.ar/developers/es/docs/automatic-payments-orders/overview.md Integrate Automatic Payments Make recurring payments, frictionless one-time payments, and one-click payments without requesting the card CVV for each transaction. Recurring payments without CVV Automated charges Advanced integration Customized recurrence Looking for development-free options? Explore [other solutions](https://www.mercadopago.com.ar/developers/en/docs#online-payments). What it offers Automate billing processes, with or without customer intervention, without requiring the card CVV, and adapt the payment flow to specific business needs. MIT Payments (Merchant Initiated Transaction) * Transactions initiated by the seller. * Requires buyer authorization to make future payments without their intervention. * Recurring or automatic charges, such as subscriptions or automatic debits. CIT Payments (Customer Initiated Transaction) * Transactions initiated by the customer. * Requires their participation in each payment. * Allows selecting the payment method to use in each transaction. Unified API * Offers multiple payment experiences without needing to work with several separate APIs. * Create and reuse customer profiles for recurring payments and saved cards. Payment conversion and approval * Offers greater convenience to customers and reduces abandonment rate. * Automatic card validation, without extra steps. How it works The person makes a first service purchase or registration on the site, a customer profile is created that validates the card, and then subsequent payments are processed with authorization. [ How to integrate ](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/create-application) Payment process 1. The buyer makes a first purchase or registration on the site. 2. Registers their card, which is saved and tokenized in Mercado Pago. 3. Depending on the type of payment (MIT or CIT), they may need to intervene again to confirm subsequent payments. [ How to integrate ](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/create-application) What differentiates themCompare the features of CVV-free payment types and choose which best fits your business. Check the [available payment methods by country](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/available-payment-methods). MIT Payments CIT Payments Transaction type Transaction type Initiated by the merchant, who manages the payment cycle without direct customer action Transaction type Initiated and authorized directly by the customer in each operation, who has full control. Uses and frequency Uses and frequency Recurring charges, subscriptions and automatic or scheduled payments Uses and frequency One-time purchases, immediate single payments, or subscriptions that require payer action Implementation Implementation Process associated with a recurrence engine to automate charges. Implementation One-click payment process. Payment retries Payment retries Payment retries Available payment methods Available payment methods Credit, debit and prepaid cards. Available payment methods Credit, debit and prepaid cards. How to integrate Learn the steps you need to follow to integrate Automatic Payments. Prerequisites * **Mercado Pago account** You need to have a Mercado Pago or Mercado Libre account. If you don't have one, [click here](https://www.mercadopago.com.ar/hub/registration/landing) to create one for free. * **Contact with Sales representative** You need authorization from the Sales team to use this feature. Integration process 1. [Create an application](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/create-application) from Your integrations. 2. [Configure the development environment](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/configure-environment) for your integration. 3. [Tokenize the payment method](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/tokenize-payment-method). 4. Register the payment method with an [initial payment](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/register-first-payment) or [for future payments](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/register-future-payment) in your system. 5. [Process payments](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/process-payments). 6. [Configure payment notifications](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/notifications). 7. [Test your integration](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/integration-test). 8. [Go to production](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/go-to-production). [ I want to start integrating ](https://www.mercadopago.com.ar/developers/en/docs/automatic-payments-orders/create-application) flowchart TD A[Your integrations] --> B[Create an application] B --> C[Configure development environment] C --> D[Tokenize payment method] D --> E[Register payment method] E --> F[Process payments] F --> G[Configure notifications] G --> H[Test your integration] H --> I{Was the test successful?} I -- No --> J[Fix configuration] --> H I -- Yes --> K[Go to production]