Skip to content

ameksike/tropipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TropiPy

TropiPay is an electronic wallet that allows you to execute the most common financial operations of the day to day. It is easy and safe. It technology protects your money and ensures it reaches its destination safely. With your TropiPay wallet,you can send remittances and execute the most common collection and payment operations, from paying at a store to sharing expenses with your friends.

  • Remittances and family support.
  • Transfers between bank accounts.
  • Paying with your mobile phone.
  • Share expenses with your friends.
  • Top-up phone balance.
  • Promotions and discounts every month.

FOR SMALL COMPANIES AND BUSINESSES: Tropipay offer online payment and collection solutions to international customers and global markets. Whether you are a business owner, professional, or freelancer, Tropipay is the ultimate financial tool.

  • Transfers between bank accounts.
  • Sale through social networks.
  • E-commerce integration through API.
  • Customized solutions for tourism companies.
  • Cross Border payments globally

This project is focused on create a simple python SDK for TropiPay, in order to facilitate the integration of the TropiPay platform with frameworks such as Django, Flask, etc. Form more information see TropiPay Web and our wiki.

Install

Develop

Contribute to us to improve our products and services

Develop Install

Develop Test

  • python -m unittest # One command to run them all
  • python -m unittest tests/test_login.py # Selective run some test suite

Examples

Configure the lib:

TppSdk = TropiPy({
   "credential": {
		'id': 'cf33a19425421dcdfc82d26af3b126d0',
		'secret': '4a7eb4562e21eca14b9318d685950e3e',
		'scope': 'ALLOW_GET_PROFILE_DATA ALLOW_GET_BALANCE ALLOW_EXTERNAL_CHARGE'
	}
})

Login for get access token:

result = TppSdk.get("Security").login()