Questions tagged [mercadopago]
47 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…

Varinder Singh iPhone Dev
- 3,335
- 4
- 22
- 48
3
votes
2 answers
Android Studio: Transparent checkout using Mercado Pago
I am trying to implement for the first time the Mercado Pago's transparent checkout in Android.
I've already downloaded the newest version of the SDK provided in https://github.com/mercadopago/px-android and executed it normally in the Emulator.
In…

Aliton Oliveira
- 1,224
- 1
- 15
- 26
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…

Arthur Teodoro
- 31
- 1
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
How to write Typescript declaration file for external javascript node module
I have an Angular 6 application, which needs to use external JS library from npm. I found this tutorial(
https://dev.to/suhas_chatekar/converting-a-javascript-project-to-typescript-one-file-at-a-time), but there author export functions instead of…

Mike Ciote
- 29
- 4
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…

cristiandb
- 61
- 9
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
0 answers