danielvlopes / moip_usage

small sample app for test MOIP api

This URL has Read+Write access

danielvlopes (author)
Tue Nov 03 12:05:09 -0800 2009
commit  ec051baf02189921ca6a8a4156f508d26785233b
tree    52be3766430ea6f4e8318fdc5db2dd24307d1e6f
parent  15605936640724662fcda7b18dd95468f2cbe672
README.textile

MOIP USAGE

Simple app for test the usage of MOIP (Paypal like gateway) service through his REST API.

Running

To test this app you need signup in MOIP website and ask for a sandbox account. After that rename sample.gateway.yml to gateway.yml and add you token and key.

Run the server and go to /charge url, it should redirect you to MOIP to proceed with payment.

Dependencies

Just for test

This project is just for tests with MOIP API and see what is possible, feel free to change, extend and fork it (please).

Thanks.