From: Jason Etheridge Date: Wed, 2 Nov 2022 03:40:50 +0000 (-0400) Subject: LP1993305 Comprise SmartPay release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa47a95630dc9fe7d3909d8086611c80e3946db9;p=evergreen%2Ftadl.git LP1993305 Comprise SmartPay release notes Signed-off-by: Jason Etheridge Signed-off-by: Jane Sandberg --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc new file mode 100644 index 0000000000..69aa830bfd --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc @@ -0,0 +1,51 @@ +Accepting payments with SmartPAY +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +SmartPAY is a payment processing service that lets +sites take credit card payments without payment card information ever +touching the sites' own servers. + +Library Settings +++++++++++++++++ +The following settings need to be set at the appropriate org level for +sites wanting to use SmartPAY. + + * "Allow Credit Card Payments" (should be 'true') + + credit.payments.allow + + * "Enable SmartPAY payments" (should be 'true') + + credit.processor.smartpay.enabled + + * "SmartPAY location ID" (value provided by Comprise) + + credit.processor.smartpay.location_id + + * "SmartPAY customer ID" (value provided by Comprise) + + credit.processor.smartpay.customer_id + + * "SmartPAY login name" (value provided by Comprise) + + credit.processor.smartpay.login + + * "SmartPAY password" (value provided by Comprise) + + credit.processor.smartpay.password + + * "SmartPAY API key" (value provided by Comprise) + + credit.processor.smartpay.api_key + + * "SmartPAY server name" (value provided by Comprise) + + credit.processor.smartpay.server + + * "SmartPAY server port" (value provided by Comprise) + + credit.processor.smartpay.port + + * "Name default credit processor" (should be 'SmartPAY') + + credit.processor.default +