From: Jason Etheridge Date: Wed, 31 Mar 2021 12:26:05 +0000 (-0400) Subject: lp1894005 Stripe payment intents, release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=67778ab0ae5063ce8667014561345ce355a08a74;p=evergreen%2Fpines.git lp1894005 Stripe payment intents, release notes Sponsored-by: CW MARS Sponsored-by: NOBLE Signed-off-by: Jason Etheridge Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- 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 index 0000000000..b56bf0eb8b --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/stripe-payment-intents.adoc @@ -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.