Demo

Provides a field formatter for Stripe Checkout on Decimal type fields for a really easy checkout method that works on any entity without the need for commerce.

Stripe Checkout is used to collect payments and is easily customizable to suite your needs.

Features

  • Works on any entity type (not just node)
  • Stripe Customer Creation
  • Stripe "remember me" optional
  • Custom Logo
  • Custom name per display
  • Custom description per display
  • Custom redirection after charge per display

Installation

  • Install the module.
  • Install the Stripe PHP library to sites/all/libraries/stripe-php. Alternatively, you can install it with drush: drush field-stripe-download.
  • Add your Stripe API keys and settings at /admin/config/services/field-stripe
  • Change any decimal field to 'Stripe Checkout' under 'Manage Display' of your content-type (bundle) you added the field to
  • Start taking super easy payments
  • Rejoice

SSL / PCI Compliance

Though Stripe has you covered as long as your site utilizes SSL for your payment/checkout pages, it is recommended that you ensure you are following the appropriate steps to keep your checkout secure.

Project information

Releases