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
1d788624
Commit
1d788624
authored
3 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation
parent
1cd4da3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/roadmap.md
+9
-7
9 additions, 7 deletions
docs/roadmap.md
with
9 additions
and
7 deletions
docs/roadmap.md
+
9
−
7
View file @
1d788624
...
...
@@ -9,10 +9,10 @@ created outside of CiviCRM (eg. via WooCommerce, Stripe Dashboard).
### Specification
1.
Add a setting to control whether import should happen automatically.
2.
Update Stripe IPN code to automatically create:
-
A recurring contribution when an unknown Stripe subscription ID is received.
-
A contribution linked to a recurring contribution when an unknown invoice ID is received.
-
A contribution when an unknown charge ID is received (that does not have an associated invoice ID).
-
A payment linked to a contribution via charge ID / invoice ID.
-
A recurring contribution when an unknown Stripe subscription ID is received.
-
A contribution linked to a recurring contribution when an unknown invoice ID is received.
-
A contribution when an unknown charge ID is received (that does not have an associated invoice ID).
-
A payment linked to a contribution via charge ID / invoice ID.
### Estimate
...
...
@@ -27,9 +27,9 @@ confirm and map Stripe customer IDs to CiviCRM contacts.
1.
Build a UI that lists Stripe customers which do not exist in CiviCRM.
2.
Provide options to:
-
Confirm the auto-detected mapping.
-
Manually find and map contact.
-
Import all missing subscriptions/contributions for customer (up to certain date?).
-
Confirm the auto-detected mapping.
-
Manually find and map contact.
-
Import all missing subscriptions/contributions for customer (up to certain date?).
### Estimate
...
...
@@ -47,9 +47,11 @@ We would like to provide support for re-using saved cards in CiviCRM.
#### 1. Allow users to update card details (edit current or add new)
Implement API to retrieve all cards for customer and build UI to display cards.
*
Stripe API to list cards: https://stripe.com/docs/api/cards/list
Implement API and UI to update card details.
*
Use stripe card element with SetupIntent: https://support.stripe.com/questions/update-card-details-with-a-setupintent
Add form to CiviCRM specifically for card updates.
...
...
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