Questions tagged as 'mercadopago'

2
answers

MercadoEnvios does not show option "Withdrawal in OCA branch" (Argentina)

Good morning. I am trying to give my clients the possibility of making a withdrawal in the OCA branch, however, it is only giving me the possibility of 'Agreement with the seller' and 'Shipping at home'. My preferences JSON is as follows:...
asked by 25.01.2017 / 14:09
1
answer

API Mercadopago: How to generate a new Payment Token, after a "payment" rejected

Testing in Sandbox environment, I have an app that generates a "payment token", which I then send to the server to generate the "payment". The scenario is during the test of error messages: I try insufficient funds, I add FUND in front of t...
asked by 19.02.2017 / 07:01
2
answers

MercadoPago Balance Consultation

Someone knows if there is an API developed to show the MercadoPago balance There is no information on link Thanks!     
asked by 05.07.2017 / 18:26
1
answer

Variable in an array

I have this api in which it works with array and I want to pass a value that is defined in a variable and it does not take it, but neither does it throw me any error: <?php include 'include/cont_db.php'; require_once ('sdk-mercadopago/lib/m...
asked by 16.11.2018 / 05:33
1
answer

Save cards in multi client applications with MercadoPago [closed]

I am generating a marketpayment app, which has multiple clients, in this app I need to be able to save users' cards so they can use it again later. The question is, the user, I generate it with the access_token of the app? And then I only iss...
asked by 19.07.2017 / 16:31
1
answer

Search by "external_reference" DO NOT walk

I'm having the same problem as many other users as I could read, the search for external_reference of payments, does not work. Suppose: $filters = array( "external_reference" => 'reterenciaX' ); $searchResult = $mp->search...
asked by 22.07.2017 / 16:47
0
answers

Payment problems with Mercado Pago sandbox.

I have a sandbox account and when using the cards that give us a paid market and more, however, we use a real card. It gives us an error that says: "ALGO SALIO MAL INTÉNTALO MAS TARDE" , our account is in VENEZUELA. We use this tuto...
asked by 23.08.2018 / 18:51
0
answers

How to be in sanbox mode?

Hello, I am developing a payment gateway with ruby on rails and a paid market and I have the following question This is what I have developed in my controller $mp = MercadoPago.new('XXXXXX', 'XXXXXX') preference_data = {...
asked by 26.04.2018 / 22:32
0
answers

They can not pay from abroad if they do not have an account in Argentina

I would like to inform me if anyone knows, how they can pay from abroad without having to create an ML account in Argentina. I decided to implement MP but I am having complaints about when they want to pay abroad. Is it possible to configure som...
asked by 06.04.2018 / 16:44
1
answer

MercadoShop JS error in final step of basic checkout

I am using the sample that is on the MP page, but when I try to finish the final step of the checkout (in sandbox), I get a javascript error. var MP = require ("mercadopago"), exports.run = function (req, res) { var mp = new MP ("CLIENT_I...
asked by 07.03.2018 / 23:43