Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 10 Next »

The stripe integration will be included in a future release

About the Stripe integration

If you accept payments through Campus Cafe for application fees, tuition, housing, etc., you need a payment processor to process the payment. You can use Stripe as an integrated payment processor to accept all forms of payment within Campus Cafe meaning your applicants and students receive a seamless payment experience.

You’ll need to set up an account directly with Stripe, which charges its own fees, typically based on the amount of the transaction.

While the Stripe platform appears as an in-page payment applet within Campus Cafe, we don’t process or store any payment values such as the credit card number or CVV, or bank account numbers. The integration captures and sends those values to Stripe independent of the institution’s Campus Cafe database. As such, Campus Cafe isn’t a financial institution or payment processor, and doesn't receive, transmit, or store payment information.

Prerequisites

Required permissions

Module

Number

Description

System Admin

435

Configure Campus Cafe

System Admin

465

Customize Stripe payment form & receipt

Configure Campus Cafe transaction codes

Before you build the connection between Stripe and Campus Cafe, you need to tell Campus Cafe how to account for payments submitted through Stripe. To do this, you’ll use Campus Cafe transaction codes that track back to your general ledger.

  1. Log in to Campus Cafe.

  2. Go to Admin > Custom Control.

  3. In Search enter WEBPAYMENT.

  4. Next to WEBPAYMENT Seq Num 2 Parm 1 click the pencil.

    image-20250129-234927.png
  5. If all your tuition, course and application fees from all billing sites are recorded to the same transaction code complete this step and then go to step 10. Otherwise, leave this parameter blank. In Parameter Value 1 enter the transaction code associated with payments made by credit card. Then enter a comma followed by the transaction code associated payments made by ACH. For example, if payments made with a credit card go to tutitioncc and those made by ACH go to tuitionach, you’d enter tuitioncc,tutionach

    image-20250130-001219.png
  6. Parameter Value 2 lets you associate application fees paid by credit card to a transaction code based on admissions site. For example, all your East Campus application fees can be associated with a different transaction code than your West Campus application fees.
    Enter an admissions site code followed by a dash followed by the transaction code. Separate each site-transaction code pairing with a comma. For example, you have an East Campus (site 1) and West Campus (site 2). You want application fees associated with the East Campus to go to transaction code appfeeeast and application fees for the West Campus to go to appfeewest. You would enter 1-appfeeeast,2-appfeewest

    image-20250130-001325.png
  7. Parameter Value 3 lets you associate application fees paid by ACH to a transaction code based on admissions site. For example, all your East Campus application fees can be associated with a different transaction code than your West Campus application fees.
    Enter an admissions site code followed by a dash followed by the transaction code. Separate each site-transaction code pairing with a comma. For example, you have an East Campus (site 1) and West Campus (site 2). You want application fees associated with the East Campus to go to transaction code appfeeeastach and application fees for the West Campus to go to appfeewestach. You would enter 1-appfeeeastach,2-appfeewestach

  8. Parameter Value 9 lets you associate tuition payments paid by credit card to a transaction code based on billing site. For example, all your East Campus tuition can be associated with a different transaction code than your West Campus tuition.
    Enter a billing site code followed by a dash followed by the transaction code. Separate each site-transaction code pairing with a comma. For example, you have an East Campus (site 1) and West Campus (site 2). You want tuition and fees associated with the East Campus to go to transaction code tuitioneastcc and tuition and fees for the West Campus to go to tuitionwestcc. You would enter 1-tuitioneastcc ,2-tuitionwestcc

  9. Parameter Value 10 lets you associate tuition payments paid by ACH to a transaction code based on billing site. For example, all your East Campus tuition can be associated with a different transaction code than your West Campus tuition.
    Enter a billing site code followed by a dash followed by the transaction code. Separate each site-transaction code pairing with a comma. For example, you have an East Campus (site 1) and West Campus (site 2). You want tuition and fees associated with the East Campus to go to transaction code tuitioneastach and tuition and fees for the West Campus to go to tuitionwestach. You would enter 1-tuitioneastach ,2-tuitionwestach

  10. Click Save & Back.

  11. Next to WEBPAYMENT Seq Num 3 Parm 2 click the pencil.

    image-20250129-235637.png
  12. In Parameter Value 2 if you plan to accept echecks enter Y. Otherwise enter N.

  13. Click Save & Back.

Configure convenience fees in Campus Cafe

If you want to charge people using credit cards an additional fee to offset your swipe costs, you can tell Campus Cafe to add a fee that’s either a percentage of the total amount or a flat fee.

If you don’t want to charge a convenience fee, simply skip this section.

  1. Go to Admin > Custom Control.

  2. In Search enter PAYCONVFEE.

  3. Next to PAYCONVFEE Seq Numb 1, Parm 1 click the pencil.

    image-20250131-011445.png
  4. Decide whether you want to charge a percentage of the total or a flat fee for tuition payments.

    • For a percentage, in Parameter Value 1 enter the percentage as a number only. For example 3 would equal 3%. If you want a flat fee, leave this blank.

    • For a percentage, in Parameter Value 2 enter the flat fee as a number only. For example 5 would equal $5. If you want a percentage fee, leave this blank.

  5. In Parameter Value 3 enter the transaction code associated with the convenience fee for tuition payments.

  6. Decide whether you want to charge a percentage of the total or a flat fee for tuition admissions deposits.

    • For a percentage, in Parameter Value 4 enter the percentage as a number only. For example 3 would equal 3%. If you want a flat fee, leave this blank.

    • For a percentage, in Parameter Value 5 enter the flat fee as a number only. For example 5 would equal $5. If you want a percentage fee, leave this blank.

  7. In Parameter Value 6 enter the transaction code associated with the convenience fee for admission deposits.

  8. Click Save.

Configure Stripe

In Stripe, you need to create keys that allow Stripe to securely communicate with Campus Cafe.

  1. Log in to Stripe at www.stripe.com.

  2. In the lower left-hand corner click Developers > API Keys.

    image-20250124-170532.png
  3. Create a Publishable key and a Secret key. Copy these keys now or later as you’ll need them when you configure Campus Cafe.

    image-20250124-170906.png
  4. In Stripe, go to Developers > Webhooks.

    image-20250124-171147.png
  5. Click + Add Destination.

    image-20250124-171636.png
  6. In Events select the events payment_intent.succeeded and payment_intent.payment_failed.

    image-20250124-171700.png
  7. Use the checkbox to the left of the event to select it so it appears on the left, under Selected Events.

    image-20250124-172127.png
  8. Click Continue, and select for Destination Type select Webhook Endpoint.

  9. Click Continue.

  10. In Endpoint URL enter https://<your school code>-web.scansoftware.com/cafeweb/tl/webhook/stripe replacing <your school code> with the 3-character code in the URL for your Campus Cafe environment.

    image-20250124-172328.png
  11. Click Create Destination.

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

    image-20250124-173928.pngimage-20250124-174010.png
  13. In the upper right click the gear > Settings. On the screen that appears click Payments.

    image-20250124-172826.png
  14. In Payments settings click Payment Methods.

    image-20250124-172845.png
  15. 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.

ACH/banking and credit cards are the only tested methods for payment acceptance.

image-20250124-173201.png

Configure Campus Cafe

Now you’ll take the keys you generated in Stripe and put them in Campus Cafe.

  1. Log in to Campus Cafe.

  2. Go to Admin > Web App.

  3. In Search enter Stripe. A list of configuration items appears.

    image-20250124-174243.png
  4. Next to STRIPE_PUBLISHABLE_KEY select (check) the checkbox and click Edit Selected.

  5. In Value enter the Publishable key you created earlier in Stripe and click Update.

  6. Next to STRIPE_SECRET_KEY select (check) the checkbox and click Edit Selected.

  7. In Value enter the Secret key you created earlier in Stripe and click Update.

  8. Next to STRIPE_WEBHOOK_SIGNING_KEY select (check) the checkbox and click Edit Selected.

  9. In Value enter the Webook Signing secret you created earlier in Stripe and click Update.

  10. Go to Admin > Custom Control.

  11. In Search enter WEBPAYMENT.

  12. Next to WEBPAYMENT Seq Num 2, Parm 4 click the pencil.

    image-20250125-192943.png
  13. In Parameter Value 4 enter STRIPE_FORM.

    image-20250125-193058.png
  14. Click Save.

  15. Go to Admin > Refresh Data Cache.

Customize Stripe payment form & receipt

You can adjust the design of the Stripe payment form that appears in Campus Cafe as well as the receipt.

  1. Go to Admin > Adjustable Text.

  2. In Search enter STRIPE_PAYMENT_FORM to change the form or STRIPE_RECEIPT to change the receipt.

  3. In Value (the large box) enter any text or images to appear.

  4. Go to Admin > Refresh Data Cache.

  • No labels