Home
Documentation
Resources
Partners
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Partners

Discover our program for agencies or developers that offer integration services and sellers who want to hire them.

Community

Get the latest news, ask others for help and share your knowledge.

Manage payment methods - Advanced features - Mercado Pago Developers

Intelligent search powered by OpenAI 

Manage payment methods

Payment Brick allows integration with multiple payment methods and, to do so, adjust the accepted payment methods in Brick's customizations.

To not include the payment method of a certain type, remove it from the paymentMethods object.
          
const settings = {
 ...,
 customization: {
   paymentMethods: {
     ...,
     creditCard: "all",
   },
 },

        
          
const customization = {
 paymentMethods: {
   ...,
   creditCard: 'all'
 }
};

        

The table below shows the available payment methods:

All types of payment methods accept the all option, so all options available for that type will be activated.
paymentMethodsTypePossible values
creditCardstringTo obtain available debit card amounts, check out the API Get payment methods.
debitCardstringTo obtain available credit card amounts, check out the API Get payment methods.
mercadoPagostring['onboarding_credits', 'wallet_purchase']
ticketstring['paycash', 'oxxo']
atmstring['banamex', 'bancomer']