Questions tagged as 'mercadolibre'

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
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
1
answer

Mercado Pago, back_urls format

How about, thanks for your time, I'm trying to integrate a very basic shopping cart with MercadoPago. But I receive the following error: Fatal error: Uncaught exception 'MercadoPagoException' with message 'back_urls invalid. Wrong format' I...
asked by 05.10.2017 / 01:14
1
answer

Mercadopago Checkout Javascript Mobile

I have the implementation made for desktop and it works correctly in modal mode function openCheckout() { $MPC.openCheckout({ url: "{{mp_preference.response.sandbox_init_point}}", mode: "modal",...
asked by 18.09.2017 / 21:42
0
answers

PHP: Publish item mercadolibre API

I have been working with the api of mercadolibre, now I wanted to publish an item (I managed to do it from Advance REST client) from my application PHP , but I have no idea how to pass the parameters in Advance REST client. step writing the jso...
asked by 20.01.2017 / 22:29
0
answers

marketplace out? [closed]

I'd like to try a seller's account for a payment, but it forces me to use e-commerce. How can I do to have a seller account without a market?     
asked by 30.01.2017 / 14:08
1
answer

I can not modify an item in mercadolibre with php

I have this code which theoretically allows me to modify the stock of an item. He reads it, he does not give an error, but he does not modify it. <?php $ACCESS_TOKEN="APP_USR-3743017..."; $uso=1; $detallesART = '{"available_quantity"...
asked by 23.05.2017 / 01:28
0
answers

Finish web shopping using mudulo payment_mercadopago in Odoo 10 does not do anything

Well that, when you give the button to pay now nothing happens. I wonder if the people of mercadopago know the odoo and the module that exists to connect. It was curious because at a certain moment in a testing environment the module worke...
asked by 02.10.2018 / 03:58
0
answers

Recurring charges in SandBox

My intention is to be able to prove several successful frequent collections made with a test card (APRO) ( link ) Currently I registered the card, I created a plan, I subscribed the card to the plan, but even having created a daily subscripti...
asked by 09.09.2018 / 18:36
0
answers

Error in Log in with Web View - Mercadopago

My intention is to perform a basic checkout from Nativescript - Angular. For this I decided to use a Web view in order to render the payment button. It works almost everything well, even the payment with cards but when I want to pay with the acc...
asked by 19.06.2018 / 01:46