Skip to content

Stripe module options

Eric Woods edited this page Feb 4, 2018 · 3 revisions

There are three existing modules that appear useful:

Stripe

https://www.drupal.org/project/stripe

"The idea is to keep this module simple providing the common Drupal elements that can be used by other contrib modules."

Actively maintained. Uses Stripe Elements.

Stripe Checkout

https://www.drupal.org/project/stripe_checkout

"Provides a "Stripe Checkout" field type that can be used to set the prices of a fielded entity. The field is rendered as a Stripe Checkout button, using Stripe's JS library."

Minimally maintained.

Stripe API

https://www.drupal.org/project/stripe_api

"This module provides the Stripe PHP library as a service. It provides: API key storage via Key; A "@stripe_api.stripe_api" service that can be injected into your PHP classes"

Minimally maintained.

Custom

It may be simpler for this scenario to use a custom solution: https://stripe.com/docs/quickstart

Clone this wiki locally