AI resources

Consult payment methods

To get a detailed list of all payment methods available for integration, send a GET with your Access token to the endpoint /v1/payment_methods and run the request or, if you prefer, make the request using the SDKs below.

<?php
 
  MercadoPago\SDK::setAccessToken("ENV_ACCESS_TOKEN");
 
  $payment_methods = MercadoPago::get("/v1/payment_methods");
 
?>
For details of accepted payment methods in each country, check the full list with payment methods availability.