LP1993305 Comprise SmartPay release notes
[evergreen-equinox.git] / docs / RELEASE_NOTES_NEXT / OPAC / smartpay.adoc
1 Accepting payments with SmartPAY
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 SmartPAY is a payment processing service that lets
4 sites take credit card payments without payment card information ever
5 touching the sites' own servers.
6
7 Library Settings
8 ++++++++++++++++
9 The following settings need to be set at the appropriate org level for
10 sites wanting to use SmartPAY.
11
12  * "Allow Credit Card Payments" (should be 'true')
13
14    credit.payments.allow
15
16  * "Enable SmartPAY payments" (should be 'true')
17
18    credit.processor.smartpay.enabled
19
20  * "SmartPAY location ID" (value provided by Comprise)
21
22    credit.processor.smartpay.location_id
23
24  * "SmartPAY customer ID" (value provided by Comprise)
25
26    credit.processor.smartpay.customer_id
27
28  * "SmartPAY login name" (value provided by Comprise)
29
30    credit.processor.smartpay.login
31
32  * "SmartPAY password" (value provided by Comprise)
33
34    credit.processor.smartpay.password
35
36  * "SmartPAY API key" (value provided by Comprise)
37
38    credit.processor.smartpay.api_key
39
40  * "SmartPAY server name" (value provided by Comprise)
41
42    credit.processor.smartpay.server
43
44  * "SmartPAY server port" (value provided by Comprise)
45
46    credit.processor.smartpay.port
47
48  * "Name default credit processor" (should be 'SmartPAY')
49
50    credit.processor.default
51