...
Log in to Stripe at www.stripe.com.
In the lower left-hand corner click Developers > API Keys.
Create a Publishable key and a Secret key. Copy these keys now or later as you’ll need them when you configure Campus Cafe.
In Stripe, go to Developers > Webhooks.
Click + Add Destination.
In Events from select “Your Account” and search for the events payment_intent.succeeded and payment_intent.payment_failed and add them.
Use the checkbox to the left of the event to select it so it appears on the left, under Selected Events.
Click Continue, and select for Destination Type select Webhook Endpoint.
Click Continue.
In Endpoint URL enter https://<your school code>-web.scansoftware.com/cafeweb/tl/webhook/stripereplacing <your school code> with the 3-character code in the URL for your Campus Cafe environment.
Click Create Destination.
Once created, copy the webhook signing secret key. You’ll need this when you configure Campus Cafe. If you later need to This screen can be reached at any time by clicking the Up chevron in the lower right hand part of the screen, then clicking the Webhooks link along the bar of the “workbench” drawer:
In the upper right click the gear > Settings. On the screen that appears click Payments.
In Payments settings click Payment Methods.
In Payment Methods select the types of payment you’ll accept. Changing the active status for each payment method saves the page, no additional save click is needed.
Info |
---|
Note: ACH/banking and credit cards are the only tested methods for payment acceptance, but depending on your settings you may be able to accept other payment methods. |
...
Configure Campus Cafe
Now you’ll take the keys you generated in Stripe and put them in Campus Cafe.
...
Go to Admin > Adjustable Text.
In Search enter STRIPE_PAYMENT_FORM to change the form or STRIPE_RECEIPT to change the receipt.
In Value (the large box) enter any text or images to appear.
Go to Admin > Refresh Data Cache.
Info |
---|
Note: STRIPE_PAYMENT_FORM configurations shows up on the Advancement Gift/Donation payment page. |
Automatic recurring payments/payment plans
Campus Cafe’s integration with Stripe includes a recurring payment function to automatically process recurring payments. All Stripe payment functionality works with this feature.
Currently Credit Card and ACH/Bank Transfer payments are the only tested and confirmed payment methods for the Campus Cafe / Stripe Integration.
Configure Stripe
Before your students can use Stripe to collect payment plan payments, you must enable this feature.
Log in to Stripe.
In the lower left click Developers.
Click the Webhooks tab.
Click Edit Destination.
In Events select the following:
invoice.payment_failed
invoice.payment_succeeded
subscription_schedule.canceled
Click Save destination.
Configure Campus Cafe
Log in to Campus Cafe.
Go to Admin > Web App.
In the Search box enter Stripe.
Select STRIPE_PRODUCT_NAMEand click Edit Selected.
In Value enter what you want students to see on the receipt for a recurring payment. The default is “Recurring Installment Payments”
Go to Admin > Refresh Data Cache.
Student bank account verification
When a student manually enters a bank account, Stripe conducts a test to verify the account. This test puts a micro-deposit of $0.01 into the student’s bank account. Next to the deposit, Stripe puts a code the student must enter in Stripe to verify the bank account.
Students can enter this code in one of two ways.
After verifying the code, the student’s payment will process in Stripe, and payment sent to Campus Cafe and added to the Cash Batch.
Option 1: Enter code using payment receipt link
On the Almost There pop-up displayed after entering bank account information, click Back To. Then click Verify Payment. The student is brought to a Stripe screen where they’ll need to enter enter the six-digit code after SM shown on their bank statement.
...
Option 2: Enter code using make a payment link
Alternatively, if the deposit doesn’t appear immediately in the student’s bank account, the student can go in Campus Cafe to Make a Payment to verify payment and click Verify Payment. The student can then enter the code from their bank account.
...