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

Update docs

parent 92a4445d
No related branches found
No related tags found
1 merge request!1246.5
......@@ -2,10 +2,19 @@
#### CiviCRM <=> Stripe
* A CiviCRM **Recurring Contribution** is the equivalent of a Stripe **Subscription**.
* A CiviCRM **Contribution** is the equivalent of a Stripe **Invoice**.
* A CiviCRM **Payment** is the equivalent of a Stripe **Charge**.
* A CiviCRM **Contact** is the equivalent of a Stripe **Customer**.
|Field|CiviCRM entity|Stripe|CiviCRM field|
|---|---|---|---|
|Subscription ID|ContributionRecur|Subscription ID|trxn_id/processor_id|
|Order Reference/Invoice|Contribution|Order Reference|Payment.order_reference|
|Transaction ID|Contribution|Transaction ID|trxn_id|
|Transaction ID|Payment|Transaction ID|trxn_id|
|Order Reference|Payment|Order Reference|order_reference|
#### Stripe
* Charge: A charge / payment that shows on a users credit card.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment