|
Friday, 10 July 2009 00:53 |
|
I would like to implement future projects using Amazon DevPay, but need an easy-to-reuse template built in PHP to connect with DevPay.
Two steps:
1. Customer signup on DevPay, which transmits customer data (including unique ID) to my server. I would like code that is easily used in many situations that would allow me to use the data sent in a DB for customer ID.
2. Connecting to DevPay using customer information to properly charge customers for their files. Upload, Download & Delete functions required. Code that I can embed in my current scripts is what I need.
I currently use Amazon S3, and DevPay is very similar but requires a few extra steps, of which there is no PHP documentation, although they say it can be done using PHP.
Again, I'm not looking for a "finished product", but rather snippets of code that can be universally used in multiple projects, simply for connecting and using DevPay.
|