]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/stripe-payment-intents.adoc
check in first draft of release notes
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / stripe-payment-intents.adoc
1 ===== Credit card payments using Stripe now implimented with PaymentIntents instead of Charges =====
2
3 This changes the Stripe code in the OPAC to use their PaymentIntents and confirmCreditCard API,
4 which is recommended over their Charges API.  Credit card charges are no longer finalized
5 (captured/confirmed) on Evergreen's backend, though the backend does check whether a payment was
6 made successfully before recording it.