Stripe

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Type:drupal-module

dev-master 2020-08-20 00:31 UTC

This package is auto-updated.

Last update: 2024-04-20 08:50:24 UTC


README

Description

This is a development module that provides the bare elememnts and requirements needed to integrate stripe with Drupal 8. It has the necessary libraries dependencies and assets to include.

Look inside for the stripe_examples module for a simple implementation of the features exposed by this module.

Requirements

  • Drupal 8.x

Installation

composer require drupal/stripe

Testing

Testing information >>>

Configuration

Log into your Stripe.com account and visit the "Account settings" area. Click on the "API Keys" icon, and copy the values for Test Secret Key, Test Publishable Key, Live Secret Key, and Live Publishable Key and paste them into the module configuration under admin/config/stripe.