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();...
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...
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...
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...
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...
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...
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 ($...
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...
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);...
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...