New Plugin - Mercado Libre

hey Bubblers!
we have published a new plugin - Mercado Libre

MercadoLibre is the biggest e-commerce platform in Latin America, connecting buyers and retailers from over 16 countries. MercadoLibre is also an IT company and developers from all over the world make use of their Open Platform to create applications that help sellers and buyers improve they experience.
And here is the plugin page:

Levon Terteryan
Founder @ Zeroqode & Bubblewits
zeroqode-for-web-160x120
Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

3 Likes

Hi @levon,
Does this plugin work. I need to implement MercadoPago payment gateway as a marketplace. Would this plugin work?

Thanks,
Yon

Hey Yon,
itā€™s support to work, but itā€™s been long time since we tried it. Iā€™g suggest you to subscribe to it and test. But also, it was always difficult to deal with mercadopago support. So iā€™d suggest that you contact them to see if someone available to help you and us to troubleshoot if any issues arise.
Thanks!

Please support us with a retweet

Levon Terteryan

Founder @ Zeroqode

zeroqode-for-web-160x120

Bubble Templates

Zeroqode Blocks

Bubble Plugins

Bubble Courses

Convert Web to iOS & Android

No-code Development Services

Hi @levon,
Thanks for the quick response. I have already subscribed to it and will be doing tests.
Do you by chance have some instructions to get me started?
I will probably need it for various projects, so I would be happy to help you get it on point with the help of Mercado Libre.

Thank you,
Yon

Hey Yon,
here are some basic instructions to start with:

This plugin requires a private key (access_token) in URL of the API requests. Please create an application on MercadoPago Platform

(https://applications.mercadopago.com/) to get your access_token or if you already have an application please use the current access_token.

Please use SANDBOX data for making test actions:

access_token:

TEST-ā€¦

Email:

string@test.com

Cardā€™s holder name:

APRO

Card number:

5895627823453005

(MercadoPago has a list of Test Cards. Please check out the next link to get more Test Cards:

https://www.mercadopago.com.co/developers/en/solutions/payments/custom-checkout/test-cards/)

Cvv:

123

Expiration month:

12

Expiration year:

2018

DNI:

12345678

Payment procedure:

  1. Create Card Token

  2. Add Card Token to the Customer

  3. Make a payment

Please support us with a retweet

Levon Terteryan

Founder @ Zeroqode

zeroqode-for-web-160x120

Bubble Templates

Zeroqode Blocks

Bubble Plugins

Bubble Courses

Convert Web to iOS & Android

No-code Development Services

Hi @levon,
Thanks for the instructions. I already have my App created with Mercado Pago, I set up my Access Token in the plugin. When I tried to create a customer I get the message:
Malformed access_token

I tried with my other application access token and I get the same response.
Do you know that it could be?

In the other hand, Iā€™m trying to implement a Marketplace functionality thin my app, I would do the sellers onboarding API part myself. But would you be able to add the ability to add more fields to the payment event action. I would need to add:

ā€œapplication_feeā€:

And in the API URL ad the ability to ad the seller Access Token:
https://api.mercadopago.com/v1/payments?access_token=USER_AT

Here is an example:
curl -X POST
-H ā€˜accept: application/jsonā€™
-H ā€˜content-type: application/jsonā€™
https://api.mercadopago.com/v1/payments?access_token=USER_AT
-d ā€˜{
ā€œtransaction_amountā€: 100,
ā€œtokenā€: ā€œff8080814c11e237014c1ff593b57b4dā€,
ā€œdescriptionā€: ā€œTitle of what you are paying forā€,
ā€œinstallmentsā€: 1,
ā€œpayerā€: {
ā€œidā€: ā€œ12345678ā€
},
ā€œpayment_method_idā€: ā€œvisaā€,
ā€œapplication_feeā€: 2.56
}ā€™

Here is the documentation: https://www.mercadopago.com.mx/developers//en/guides/marketplace/api/create-marketplace/

Let me know if this is posible.
Thank you for your help.

Yon

Hi Yon
did you get in touch wtih someone from Mercado Pago support as suggested?
weā€™d need their rep to help us troubleshoot.
Otherwise it will be very complicated