Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.46 KB

MercadoPago Customers&Cards migration

Script for migration of Customers & Cards to MercadoPago account

The proccess:

image

Getting started

1- Install the dependences:

$pip3 install -r requirements.txt

2- You need to create a file named Data.xlsx with the Customers & Cards Data , format example is in the project.

image

3- Set your MercadoPago Credentials in the lines 5,6 over the file mercadoPago.py , your credentials are available in https://www.mercadopago.com/mco/account/credentials

4- Run the main file:

$Python3 main.py

5- You can check now the progress user by user in your console output image

6- Review your logs.log file , the last line contains the information about failed users image

7- in the same root of the app you will find the output.xls file with the data of id, customer_id , card_id of the success created users

Topics:

  • success rate: successfully users created over the total users

Extra documentation: