Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.23 KB

File metadata and controls

49 lines (35 loc) · 1.23 KB
title
Overview

Mono CAMPUSonline Connector

Source: https://github.com/digital-blueprint/relay-mono-connector-campusonline-bundle

flowchart TB
    subgraph Relay API Gateway
        mono_bundle["Mono Bundle"]
        mono_co_bundle["CAMPUSonline Connector"]
        base_person_bundle["BasePerson API"]
    end

    subgraph CAMPUSonline
        co_api["CAMPUSonline API"]
    end

    mono_bundle --> mono_co_bundle
    mono_co_bundle --> co_api
    mono_co_bundle --> base_person_bundle
Loading

The CAMPUSonline Connector currently provides support for paying the semester tuition fee.

It uses the CO APIs and the base person API to gather information about the authorized user and forwards this to the configured payment provider. Once the payment is completed the payment status is stored in CAMPUSonline (which, in Austria at least, will forward the information to the central tuition fee register)

Bundle installation

You can install the bundle directly from packagist.org.

composer require dbp/relay-mono-connector-campusonline-bundle

Installation Requirements

  • CAMPUSonline

Documentation