From fa47a95630dc9fe7d3909d8086611c80e3946db9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 1 Nov 2022 23:40:50 -0400 Subject: [PATCH] LP1993305 Comprise SmartPay release notes Signed-off-by: Jason Etheridge Signed-off-by: Jane Sandberg --- docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc | 51 ++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/smartpay.adoc new file mode 100644 index 0000000..69aa830 --- /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 + -- 1.7.2.5