Questions tagged [mercadopagosdk]

27 questions
12
votes
2 answers

Issue when submitting App in app store

How to solve this issue. ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'Alladin.app/Frameworks/MercadoPagoSDK.framework/MercadoPagoSDK' does not have proper segment alignment. Try rebuilding the app with the latest Xcode…
3
votes
0 answers

How to hide a private key in Flutter?

I am making an application in flutter and I am using a payment gateway, specifically the MercadoPago SDK. This SDK needs a series of keys for its correct operation but i use them in the following class saved in Strings to use them in the…
3
votes
0 answers

library mercado pago for react native

I'm trying to use the paid market in an application written in react native, however, I did not find any library that worked correctly today. I tried using BlackBoxVision library and line64, however, neither of them even compiled. I'm also open to…
2
votes
1 answer

MercadoPago create customer code error 130

I'm using the mercadopago-sdk gem, to create customers by API sending email addresses but I'm getting an error code that's not even on the documentation page response = Mercadopago::SDK.new('access-token').customer.create(email:…
Javier Menéndez Rizo
  • 2,138
  • 3
  • 12
  • 22
2
votes
0 answers

Mercadopago API How to get currently subscribed customers for a subscription or plan

I'm building a dashboard for a company using the mercadopago REST API as a payment gateway. They have monthly subscribed customers to plans. I was not able to find any method in the API to get current amount of subscribed users to a plan or…
gipsh
  • 578
  • 1
  • 3
  • 20
2
votes
0 answers

Login error with Web View - Mercadopago

Im trying to do a simple Mercadopago pay button (basic checkout) with Nativescript. Due a that pay buttom is a html code I have decided put in a WebView to do a simple test. The problem start when I want to pay with mercadopago account because I…
1
vote
3 answers

How to load an external script and access it from the main bundle in nextJS

I am working with mercadopago library. It's necessary to load the mercadopago script file and make an instance of the MercadoPago object. The thing is, nextJS loads the main bundle before including the mercadopago file, so I got an execution error…
jircdeveloper
  • 424
  • 2
  • 17
1
vote
1 answer

Error: MercadoPago.js - Could not find HTML element for provided id: MPHiddenInputPaymentMethod

I have an Nuxt desktop app here, am i am facing this problem with MERCADO PAGO API. This is part of the Mercado documentation : https://www.mercadopago.com.br/developers/pt/guides/online-payments/checkout-api/v2/testing The problem is: I make use…
1
vote
1 answer

Adding X-meli-session-id Header in MercadoPago SDK

My requirement is to add X-meli-session-id Header in the payment request to MercadoPago, but i cant find a way to add a extra header, I'm using mercadopago SKD "dx-java-1.0.33" and the request is done just calling payment.save(); Anyone knows how…
1
vote
0 answers

How can I get init_point or sandbox_init_point after calling payment.create API with mercadopago?

I have implemented the preference API and I am getting the response which I have attached. Now I am confused about how to get refund with this response or is it possible or not. Can you please suggest some API related to the refund policy? Thanks…
1
vote
0 answers

MercadoPago OrderUpdate IPN

When the URL and ID is generated for payment I get URL: foo.com/something_someting_code That’s for the mercadopago which is working fine ID: 123456_something_something_large_string and that's all I get, with that the user can make the payment and…
Tanker
  • 1,178
  • 3
  • 16
  • 49
0
votes
0 answers

mercadopago - cardForm integrarion on react

I've been trying tirelessly to integrate a transparent Mercadopago (cardForm) into my frontend(react) but for some reason I can't make it work, I keep getting the following response: mercadopagoError [MercadoPagoError]: payment_method_id attribute…
0
votes
0 answers

Why does my Android app break when I install Mercado Pago Checkout using Maven?

Mercado pago SDK android I want to include the Mercado Pago Checkout in my android app but when I want to add into my dependencies implementation "com.mercadopago.android.px:checkout:4.53.2" I have to add this maven { setUrl…
0
votes
0 answers

C# MercadoPago SDK: Error 400 | Invalid Request Data

I'm using MercadoPago SDK and trying to create a PreapprovalCreateRequest but I'm receiving this error: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware: Error: An unhandled exception has occurred while executing the…
0
votes
0 answers

How to add or remove Free Shipping option to a Mercadolivre product?

I need to add or remove the Free Shipping option/flag to a Mercadolivre product using the REST API, but I can´t figure how to do it. I read the whole API documentation and found nothing on how to set this flag. Any one has this figured out? I have…
cyberponk
  • 1,585
  • 18
  • 19
1
2