]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt
Release note for Stripe payment support
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / stripe_payments.txt
1 Accepting payments with Stripe
2 ==============================
3
4 Stripe is a payment processing service that lets
5 sites take credit card payments without payment card information ever
6 touching the sites' own servers.
7
8 NOTE: Using Stripe as a payment processor means that clients *must*
9 have Javascript enabled in order to submit fine payments through your
10 OPAC.
11
12 Library Settings
13 ----------------
14
15 The following settings need to be set at the appropriate org level for
16 sites wanting to use Stripe.
17
18  * "Allow Credit Card Payments" (should be 'true')
19
20    credit.payments.allow
21
22  * "Enable Stripe payments" (should be 'true')
23
24    credit.processor.stripe.enabled
25
26  * "Stripe publishable key" (value provided by Stripe)
27
28    credit.processor.stripe.pubkey
29
30  * "Stripe secret key" (value provided by Stripe)
31
32    credit.processor.stripe.secretkey
33
34  * "Name default credit processor" (should be 'Stripe')
35
36    credit.processor.default