diff --git a/docs/contribution.md b/docs/contribution.md index dcfa9b9c415016b2e56ea82c887105bb10ddd70c..fba9652c3fc370a3c0d501e14e6f0f87c18e77bd 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -31,8 +31,10 @@ The defaults for this are to cancel uncaptured payments after 24 hours and clear ## Payment Metadata When we create a contribution in CiviCRM (Stripe Invoice/Charge) we add some metadata to that payment. + * The statement descriptor contains a parsable `contactID-contributionID` and then part of the description. * The description contains the description, a parsable `contactID-contributionID` and then the CiviCRM (unique) invoice ID. +  ## Customer Metadata diff --git a/docs/setup.md b/docs/setup.md index 66dc81d296da1dbff3eedba9b22cb56fb99e54e9..ec1713a8f8e3b51b93d4f3c8b917ae89ebc06822 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -6,6 +6,7 @@ Please make sure you have read and followed the instructions under [Install](/in In addition to the receipts that CiviCRM can send, Stripe will send it's own receipt for payment by default. If you wish to disable this under *Administer->CiviContribute->Stripe Settings* you can find a setting that allows you to disable Stripe from sending receipts: + * Allow Stripe to send a receipt for one-off payments? ## Cancelling abandoned payment attempts diff --git a/docs/testing.md b/docs/testing.md index af8f33606a16d0da293c0a5e56f2717ed8158ff6..f97bd1398b76c5d2af5ceb497f4860a92d2e53f7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,5 +1,8 @@ # TESTING +!!! note + The tests included with the Stripe extension have not been updated for 6.x + ### PHPUnit This extension comes with two PHP Unit tests: diff --git a/docs/webhook.md b/docs/webhook.md index c1490c5e09c5d6e5195f50ad18cca66a63798993..26511f6aa92ecf6f983d7e0b0f5da00caa27d135 100644 --- a/docs/webhook.md +++ b/docs/webhook.md @@ -13,6 +13,7 @@ To check if webhooks are configured correctly login to your Stripe Dashboard and ## Notifications Stripe notifies CiviCRM in the following circumstances: + * A Charge is successful (not normally used as we are already notified during the actual payment process). * A Charge fails - sometimes a charge may be delayed (eg. for Fraud checks) and later fails. * A Charge is refunded - if a charge is refunded via the Stripe Dashboard it will update in CiviCRM.