lp1894005 Stripe payment intents, release notes
authorJason Etheridge <jason@EquinoxInitiative.org>
Wed, 31 Mar 2021 12:26:05 +0000 (08:26 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Tue, 11 May 2021 18:43:32 +0000 (14:43 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.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.