Questions tagged as 'mercadopago'

1
answer

The search for payments does not bring all the payments

I'm using the PHP library and doing a $filters = array( "id"=>null, "site_id"=>null, "external_reference"=>null, "range" => "date_created", "begin_date" => "NOW-1MO...
asked by 12.03.2018 / 17:48
0
answers

Integrate Mercado Pago to react-native

my query is the following one I have to develop a project with a paid market I have to integrate it into an application in react-native the application is already developed it is possible to integrate the payment market to react-native.     
asked by 27.03.2018 / 02:54
0
answers

As I add shipping preferences in $ this-mp-post ("/ v1 / payments", $ payment_data);

The problem I have is that I can not add the shippingOption chosen by the user in the payment MP offers a code for the user to choose the shipping method and the cost. but when it's time to report the payment, the data option given by...
asked by 03.03.2018 / 05:39
0
answers

filter payments by date and by email in php

I am using the mercadopago.php library and would like to know how to filter payments approved by a specific date and also by payer_email. In this way I get the approved payments $ filters = array (     "status" = > "approved", );...
asked by 23.02.2018 / 23:34
0
answers

the API does not work with merchant_orders

I come with a consultation of the most basic. I am bringing the collection of market payment for the collections webhook: curl ' link $ fechaDesde & end_date = $ currentDate & access_token = $ token & offset = $ offset ' Everything very n...
asked by 22.02.2018 / 15:55
1
answer

Api de mercadopago does not display installment option

install a payment button (basic checkout) of mercadopago on my page I am still using the testing options (2 test users), this is because I can not make the quotas work. I set the quotas parameter (Always an int of value 3,6,9 or 12) but only giv...
asked by 19.02.2018 / 04:45
0
answers

Receive Notifications in Market Payment with Flask

The documentation indicates that we can receive a post of market payment in Python this function: def index(req, **kwargs): mp = mercadopago.MP(CLIENT_ID, ACCESS_TOKEN) paymentInfo = mp.get_payment_info(kwargs["id"]) if paymentInfo...
asked by 29.01.2018 / 12:18
1
answer

MercadoPago - Payment with variable amount

Good morning, I'm starting with MercadoPAgo. I downloaded the SDK, more than a week ago I try to do tests and I can not get anything to work. I ask you if you can give me some basic code or that they tell me after installing the SDK if there is...
asked by 31.01.2018 / 06:10
0
answers

I do not receive notifications when the payment is visa

When the payment is for VISA, they inform IPN once in state opened . The ipn.php does not receive the confirmation of the visa payment, only a message attached where it says that the status of the merchan order is opened...
asked by 31.01.2018 / 03:40
0
answers

Dependency error when integrating module market payment magento

As they are, I am trying to integrate the payment market module to my site of magento, but it throws me an error in the dependencies. I am using magento 2.1.7 which I can not change because it runs a template only with the version mentioned.   ...
asked by 06.01.2018 / 15:57