Showing 4 videos tagged with paypal

Railscast - Episode 141: PayPal Basics

00:07:03 railscasts.com
This episode is the first in a series on handling the checkout process for orders. Here we show how to complete purchases through PayPal's Website Payments Standard service.

Railscast - Episode 142: PayPal Notifications

00:10:46 railscasts.com
PayPal's IPN (Instant Payment Notification) service allows your app to get confirmation when an order is processed. In this episode I use IPN to mark a cart as purchased.

Railscast - Episode 143: PayPal Security

00:11:39 railscasts.com
This episode shows how to encrypt the variables passed to PayPal and verify the authenticity of the payment notifications (IPN).

Railscast - Episode 146: PayPal Express Checkout

00:15:24 railscasts.com
PayPal Express Checkout is easy to add to an existing ordering system. See how in this episode.