foxnewsnetwork / American-Lit-315

1 stars 1 forks source link

Purchase items api specification #82

Open foxnewsnetwork opened 12 years ago

foxnewsnetwork commented 12 years ago

Here is how I currently have crunchymall setup to buy stuff from you:

I post the following : { 'productid' : 'email' : 'name' : 'creditcard' : 'ccv' : 'expirationmonth' : 'expirationyear' : 'username' : 'playertoken' : 'ip' : 'url' : 'gametoken': } to the following: /api/v1/product.json

Please let me know in a json if the purchase has been completed. { message : "whatever" }

if you do not like how this works, please suggest an alternative and write it up