Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 458 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 458 Bytes

Stripe Anywhere RESTFUL API

Place this code in a publicly accessible folder in a PHP application.

Send as paramaters in RESTful manner as GET or POST (yourUrl.com/cloud/index.php?number=xxx&expMonth=xxx: )

number (cc number) expMonth (expiration month) expYear (expirationYear) cvc (ccv number) description amount (in USD * 100. So, $1 = 100)

In index.php, change the API key to your Strip API key on line 56

More info on CodeCloud in Marknad Project