Skip to content

[META] Roadmap to a consolidated Stripe module for Backdrop #3

@jenlampton

Description

@jenlampton

How to make a consolidated Stripe module for Backdrop:

  • Create a new branch for active development (1.x-2.x)
  • Rename the code in the Stripe API module to simply "Stripe"
  • Rename the GitHub Repo to "Stripe"
  • Add an "upgrade path" from stripe_api to stripe

Include Features:

  • Webhooks integration
  • Global configuration of Stripe test/live API keys
  • a new "Stripe Payment" form element type
  • submodule for integration with Payment module
  • Integrate between Drupal users and Stripe Customers.
  • Add Rules Events fired when a customer is updated or created
  • Token replacements for Customer ID, Default Source, and other properties.
  • Views integration between User accounts and Customer fields
  • hook_customer_stripe_info() allows other modules to add properties to Stripe Customer object during create/update
  • Include features from the webform_stripe Drupal module #11 features from webform_stripe
  • features from stripe_checkout

Original issue:

Hah, I just stumbled across your post on the webform_stripe module, here:
https://www.drupal.org/node/2754019

was there any reason in particular you decided to go with stripe_api over webform_stripe? I wonder if I won't end up going down the same decision path you did :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions