Skip to content
Snippets Groups Projects
Commit 8552c5d2 authored by mattwire's avatar mattwire
Browse files

Update docs

parent ddb94c23
Branches
Tags
No related merge requests found
# Stripe Payment Processor for CiviCRM.
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.
Integrates the Stripe payment processor into CiviCRM so you can use it to handle payments on your site.
[![Stripe Logo](images/stripe.png)](https://stripe.com/)
View/Download this extension in the [Extension Directory](https://civicrm.org/extensions/stripe-payment-processor).
## Supports
* PSD2 / SCA payments on one-off payments, partial support for recurring payments (may not be able to authorise card in some cases).
* Credit/Debit Card payments using Stripe.js for simple [PCI compliance](https://stripe.com/docs/security/guide).
* Google/Microsoft/Apple Pay via [PaymentRequest](https://www.w3.org/TR/payment-request/) web API.
* Cancellation of subscriptions from Stripe / CiviCRM.
* Refund of payments from Stripe.
### Does not support
* Updating Stripe subscriptions from CiviCRM.
There are a number of planned features that depend on funding/resources. See [Roadmap](./roadmap.md).
## Compatibility / Requirements
* CiviCRM 5.35+
......
......@@ -49,8 +49,8 @@ Recurring contributions start in the status "Pending".
The Stripe subscription status is mapped to the recurring contribution status as follows:
STATUS_INCOMPLETE => Pending
STATUS_ACTIVE => In Progress
STATUS_TRIALING => In Progress
STATUS_PAST_DUE => Overdue
STATUS_CANCELED / STATUS_UNPAID / STATUS_INCOMPLETE_EXPIRED => Cancelled
* STATUS_INCOMPLETE => Pending
* STATUS_ACTIVE => In Progress
* STATUS_TRIALING => In Progress
* STATUS_PAST_DUE => Overdue
* STATUS_CANCELED / STATUS_UNPAID / STATUS_INCOMPLETE_EXPIRED => Cancelled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment