<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 13:05:38 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP/Cloudcast: Getting Started with Stripe Webhooks]]></title>
      <guid>http://www.phpdeveloper.org/news/18765</guid>
      <link>http://www.phpdeveloper.org/news/18765</link>
      <description><![CDATA[<p>
On the PHP/Cloudcast site today they've <a href="http://www.phpclouddevelopmentcasts.com/screencast/Getting+Started+with+Stripe+Webhooks">released another screencast</a> showing you how to integrate your application with <a href="http://stripe.com">Stripe</a>, the popular (and programmer friendly) payment gateway for your applications. This is the third part of their series.
</p>
<blockquote>
In this, the third episode of PHP Cloud Development Casts, we go through how to integrate Stripe Webhooks in to our PHP applications.  We extend the PHP Kohana application we created in episode 2 and show how simple it is to create a webhook and to receive the information and store it in a MySQL database.
</blockquote>
<p>
Through the use of Stripe's webhooks, you can have a transaction call back to your application on a specified URL and perform further actions. In his example, he shows how to make the request, handling the "payment success" event. He includes all of the code (controller, view, etc) that you'll need to plug into <a href="http://kohanaframework.org/">Kohana</a> to make it all work.
</p>]]></description>
      <pubDate>Mon, 19 Nov 2012 09:20:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Cloud Casts: #3 Creating Charges with Stripe.com (Screencast)]]></title>
      <guid>http://www.phpdeveloper.org/news/18669</guid>
      <link>http://www.phpdeveloper.org/news/18669</link>
      <description><![CDATA[<p>
The PHP Cloud Casts site has posted another screencast-based tutorial showing you how to <a href="http://www.phpclouddevelopmentcasts.com/screencast/Creating+Charges+with+Stripe.com">interface your application with Stripe.com</a>, a developer-friendly payment solution with its own API.
</p>
<blockquote>
In this, the second episode of PHP Cloud Development Casts, we go through how to creating charges with the Stripe.com libraries. We use a simple Kohana based PHP setup to create a token and an accompanying charge. We then login to our account and look at the details that Stripe stores about the transaction from tokens, charges, events and other logged data.
</blockquote>
<p>
You can view the video either <a href="http://www.phpclouddevelopmentcasts.com/screencast/Creating+Charges+with+Stripe.com">on their site</a> or by <a href="http://vimeo.com/51469603">heading to Vimeo</a> for a bit larger version. He shows how to use Stripe's own Javascript and PHP scripts to connect to the API. He does it as a part of a Kohana-based application, but it can be easily adapted to any framework (or non-framework) site out there.
</p>]]></description>
      <pubDate>Mon, 29 Oct 2012 10:05:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetTuts.com: So You Want to Accept Credit Cards Online?]]></title>
      <guid>http://www.phpdeveloper.org/news/18091</guid>
      <link>http://www.phpdeveloper.org/news/18091</link>
      <description><![CDATA[<p>
On NetTuts.com they're posted a new tutorial about <a href="http://net.tutsplus.com/tutorials/other/so-you-want-to-accept-credit-cards-online/">using the Stripe service</a> to accept credit cards on your site. Thanks to some handy libraries they provide, integration is a relatively simple process.
</p>
<blockquote>
Until recently, accepting credit cards on a website was expensive and complicated. But that was before <a href="https://stripe.com/">Stripe</a>: a radically different and insanely awesome credit card processing company. Today, I'll show you how to start accepting cards in 30 minutes or less - without spending a dime.
</blockquote>
<p>They step you through the whole process you'll need to get the full flow set up:</p>
<ul>
<li>Install an SSL Certificate (on your server)
<li>Create an Account
<li>Create Your Payment Form
<li>Collect The Form Values
<lI>Request a Token
<li>Create a Server-Side Script
</ul>
<p>
Screenshots of the Stripe interface, HTML, Javascript and PHP code are all included - everything you need to make the simple card handling work. One of the keys to how Stripe deals with credit cards is that you provide it the card info, it gives you a token. Your app uses this to work with the card instead of storing the card information in your database (also making it more secure).
</p>]]></description>
      <pubDate>Thu, 14 Jun 2012 09:30:25 -0500</pubDate>
    </item>
  </channel>
</rss>
