lp1894005 Stripe payment intents, release notes
authorJason Etheridge <jason@EquinoxInitiative.org>
Wed, 31 Mar 2021 12:26:05 +0000 (08:26 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 11 Aug 2021 21:37:32 +0000 (17:37 -0400)
Sponsored-by: CW MARS
Sponsored-by: NOBLE
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
docs/RELEASE_NOTES_NEXT/OPAC/stripe-payment-intents.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/stripe-payment-intents.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/stripe-payment-intents.adoc
new file mode 100644 (file)
index 0000000..b56bf0e
--- /dev/null
@@ -0,0 +1,6 @@
+===== Credit card payments using Stripe now implimented with PaymentIntents instead of Charges =====
+
+This changes the Stripe code in the OPAC to use their PaymentIntents and confirmCreditCard API,
+which is recommended over their Charges API.  Credit card charges are no longer finalized
+(captured/confirmed) on Evergreen's backend, though the backend does check whether a payment was
+made successfully before recording it.