...
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.
...