Skip to content
Snippets Groups Projects
README.md 1.31 KiB
Newer Older
  • Learn to ignore specific revisions
  • # CiviCRM Stripe Payment Processor
    
    Integrates the Stripe payment processor (for Credit/Debit cards) into CiviCRM so you can use it to accept Credit / Debit card payments on your site.
    
    * https://stripe.com/
    
    
    mattwire's avatar
    mattwire committed
    Latest releases can be found in the [CiviCRM extensions directory](https://civicrm.org/extensions/stripe-payment-processor)
    
    mattwire's avatar
    mattwire committed
    **Always read the [Release Notes](https://docs.civicrm.org/stripe/en/latest/releasenotes/) carefully before upgrading!**
    
    mattwire's avatar
    mattwire committed
    
    
    josh's avatar
    josh committed
    Stripe generously supports CiviCRM, providing a portion of every transaction processed by users of CiviCRM through its platform at no cost to the organizations using CiviCRM.
    
    
    ## Documentation
    
    mattwire's avatar
    mattwire committed
    
    [Available here](https://docs.civicrm.org/stripe/en/latest).
    
    
    ## Configuration
    
    All configuration is in the standard Payment Processors settings area in CiviCRM admin.
    You will enter your "Publishable" & "Secret" key given by stripe.com.
    
    
    ## Installation
    
    **If using Drupal 7 webform or other integrations that use Contribution.transact API you MUST install the [contributiontransactlegacy](https://github.com/mjwconsult/civicrm-contributiontransactlegacy) extension to work around issues with that API.**
    
    
    The extension will show up in the extensions browser for automated installation.
    Otherwise, download and install as you would for any other CiviCRM extension.