This project is not covered by Drupal’s security advisory policy.

Introduction

This module provides integration with Stripe via a service that can be used to perform actions on Stripe.

Prerequisites

  • API keys (Publishable key and the Secret key) from Stripe - find keys on stripe dashboard

Features

The module currently,

  • Creates a "Cash Donation" Product on providing API keys.
  • It saves the IDs of the product, price, and also the payment link to the configuration for future use.
  • Provides a service with a function to create a checkout session, which creates a checkout link with a custom success URL that can be used for making the payment.
  • We are including the checkout session ID in the success URL.

Roadmap

We are considering including the following features in the module:

  • Make it possible to create and manage products of different types.

Dependencies

  • "stripe/stripe-php" package and it is added to requirements in composer.json.

Note: Use composer to add the project to ensure that all the dependencies are installed properly.

Installation

  1. Install the latest release of the module.
  2. Complete the settings form at /admin/config/system/stripe_integration.

Maintainers

Project information

Releases