Skip to content

Script for migration of Customers & Cards to MercadoPago account

Notifications You must be signed in to change notification settings

gasconc/customers_migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Script for migration of Customers & Cards to MercadoPago account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published