Go back X
Returns data for a payment
curl -X GET -H 'Authorization: Bearer $ACCESS_TOKEN' http://api.mercadolibre.com/sites/MLM/payment_methods
Response
[
{
"id": "visa",
"name": "Visa",
"payment_type_id": "credit_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/visa.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/visa.gif"
},
{
"id": "amex",
"name": "American Express",
"payment_type_id": "credit_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/amex.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/amex.gif"
},
{
"id": "master",
"name": "Mastercard",
"payment_type_id": "credit_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/master.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/master.gif"
},
{
"id": "debmaster",
"name": "Mastercard Débito",
"payment_type_id": "debit_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/debmaster.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/debmaster.gif"
},
{
"id": "debvisa",
"name": "Visa Débito",
"payment_type_id": "debit_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/debvisa.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/debvisa.gif"
},
{
"id": "mercadopagocard",
"name": "Tarjeta MercadoPago",
"payment_type_id": "prepaid_card",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/mercadopagocard.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/mercadopagocard.gif"
},
{
"id": "serfin",
"name": "Santander",
"payment_type_id": "atm",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/2016.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/2016.gif"
},
{
"id": "oxxo",
"name": "OXXO",
"payment_type_id": "ticket",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/2017.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/2017.gif"
},
{
"id": "account_money",
"name": "Dinero en mi cuenta de MercadoPago",
"payment_type_id": "account_money",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/2018.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/2018.gif"
},
{
"id": "bancomer",
"name": "BBVA Bancomer",
"payment_type_id": "atm",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/2014.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/2014.gif"
},
{
"id": "banamex",
"name": "Citibanamex",
"payment_type_id": "atm",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/2015.gif",
"secure_thumbnail": "https://www.mercadopago.com/org-img/MP3/API/logos/2015.gif"
},
{
"id": "consumer_credits",
"name": "Mercado Crédito",
"payment_type_id": "digital_currency",
"thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/consumer_credits.gif",
"secure_thumbnail": "http://img.mlstatic.com/org-img/MP3/API/logos/consumer_credits.gif"
}
]
Learn more.