skip to navigation
skip to content

getpaid.pagseguro 0.2

Get Paid payment processor for pagseguro

Downloads ↓

GetPaid PagSeguro

GetPaid PagSeguro is used to do payments using PagSeguro, a brazilian PayPal like service.

Introduction

  1. Configure in the buildout

    [buildout]
    parts =
    ...
    getpaid
    
    eggs =
    ...
    ${getpaid:eggs}
    getpaid.pagseguro
    
    zcml =
    ...
    getpaid.pagseguro
    getpaid.pagseguro-overrides
    
    [getpaid]
    recipe = getpaid.recipe.release
    addpackages=
    getpaid.pagseguro
    
  2. Setup this as your payment processor in getpaid admin interface (Payment Options) :

3. Last step is to enter your pagseguro email and your TOKEN info in Payment Processor Settings :

Enjoy!

Changelog

0.2 - 2009-08-28

  • Fixes a bug when rendering the PagSeguro button [lucmult]

0.1 - 2009-04-20

  • Initial release
  • 0.1 - Created over the code of getpaid.paypal, making the needed modifications to work with Brazilian's PagSeguro
 
File Type Py Version Uploaded on Size # downloads
getpaid.pagseguro-0.2-py2.4.egg (md5) Python Egg 2.4 2009-08-29 32KB 603
getpaid.pagseguro-0.2.tar.gz (md5) Source 2009-08-29 17KB 475