MercadoPago /v1/customers/search API returns empty results despite customer existing in dashboard
Summary The MercadoPago /v1/customers/search API is returning empty results despite the customer existing in the dashboard. This issue is encountered when using the API to find a customer by email. The API endpoint GET https://api.mercadopago.com/v1/customers/search?email={email} is expected to return customers filtered by email, but it’s not working as expected. Root Cause The root cause of … Read more