Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stripe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
Stripe
Commits
8552c5d2
Commit
8552c5d2
authored
3 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
ddb94c23
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.md
+4
-4
4 additions, 4 deletions
docs/index.md
docs/recur.md
+5
-5
5 additions, 5 deletions
docs/recur.md
with
9 additions
and
9 deletions
docs/index.md
+
4
−
4
View file @
8552c5d2
# 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.
[

](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+
...
...
This diff is collapsed.
Click to expand it.
docs/recur.md
+
5
−
5
View file @
8552c5d2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment