Questions tagged as 'mercadopago'

0
answers

Topic payment, problem when receiving the payment notification

I have this code in C #: if (topic.Equals("payment")) { Hashtable payment_info = mp.getPaymentInfo(Request["id"]); var idOrde = ((Hashtable)((Hashtable)payment_info["response"])["collection"])["merchant_order_id"].ToString();...
asked by 09.05.2017 / 02:02
1
answer

As I fixed the number of installments in a payment with the api de mercadopago in php

I'm doing a checkout very basic, and I want to make it clear that you can only pay in 1 installment, how do I do that? I think it's from the preferences, but I do not know how. So I have the preferences now: $preference_data = array( "item...
asked by 18.05.2017 / 00:47
0
answers

endpoint to bring all subscriptions to market

Is there any way to bring all the subscriptions I have made to my clients? We have around 300 subscriptions and to reconcile we want to see that all those that are in Mercadopago are the same as those that we have in our system. Here I see...
asked by 25.05.2017 / 23:44
0
answers

card does not process the payment

Every time I want to make payment card conta not allow me and in the payment log I figure the following 04-26-2017 @ 22:40:55 - [check_ipn_response] - order received but has no payment 04-26-2017 @ 22:40:56 - [successful_request] - starting to...
asked by 27.04.2017 / 03:50
1
answer

Mercado Pago Connect "The redirect_uri does not match the original" [duplicated]

Greetings, I am trying to use the payment market api connect, but I have problems getting my user's credentials. I already configure the url of my application in the paid market, by redirecting the user to the paid market page so that he ca...
asked by 17.04.2017 / 18:57
0
answers

Code 400 when generating preference

I'm having a problem, that by generating a payment preference with this JSON: { "items":[ { "title":"pago 3 anticipo", "category_id":null, "quantity":1, "currency_id":"ARS", "unit_price":1...
asked by 10.04.2017 / 14:09
0
answers

All test values with the API have the same values even if you specify others

I am following the first example given on the page link for the API of mercadopago, but when I try to use other values (changing the price, the title, etc) it sends me to make a purchase of a product that always has the value of the example ($...
asked by 06.03.2017 / 03:39
2
answers

How do I use a newly created merchant_order for the user to make his payment?

I am developing a platform where the client will have the possibility to pay their dues of the plan that has been assigned to them. A seller is also assigned to this user, each vendor has his Mercado Pago account. Up to now the idea is to genera...
asked by 02.02.2017 / 16:36
2
answers

Error 500 when I add mercadopago on my site PHP: 500 internal server error

I have that problem. When I try to add mercadopago sdk to my site it does not let me, error 500 comes out. This is the code I have: include_once('./mercadopago/lib/mercadopago.php'); $mp = new MP($id, $secret);...
asked by 30.05.2018 / 23:59
1
answer

What API can be used to display the movements of my account?

We are a political party that relies on information and communication technologies and our donation method uses MercadoPago. As a fundamental value we promote transparency and that applies to the financing of the party. This is why we need to...
asked by 06.08.2017 / 05:00