django-payu-latam is a Django application for Payu. Currently only works for supported credit cards in the supported countries in Latam.
Supported countries:
- Argentina
- Brazil
- Chile
- Colombia
- Mexico
- Panama
- Peru
pip install django-payu-latam
If you want to use Payu in any Python script or web framework, we recommend you to use our python library:
We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.
You can report any bug you find or suggest new functionality with a new issue.
- Fork it ( https://github.com/GearPlug/django-payu-latam )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Adds my new feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request