LP1993305 Comprise SmartPay release notes
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 2 Nov 2022 03:40:50 +0000 (23:40 -0400)
committerJane Sandberg <sandbergja@gmail.com>
Wed, 3 May 2023 02:52:46 +0000 (19:52 -0700)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc
new file mode 100644 (file)
index 0000000..69aa830
--- /dev/null
@@ -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
+