Overview
Source: https://github.com/digital-blueprint/relay-mono-bundle
flowchart TB
subgraph Relay API Gateway
mono_bundle["Mono Bundle"]
mono_payment_backend_bundle["Payment Backend Connector"]
mono_payment_service_provider_bundle["Payment Service Provider Connector"]
end
mono_bundle --> mono_payment_backend_bundle
mono_bundle --> mono_payment_service_provider_bundle
To provide user/customer information for starting a payment and for storing the payment result you need one or more PB (Payment Backend) connectors. On the other side you need at least one PSP (Payment Service Provider) connector which is responsible for carrying out the payment. The main mono bundles allows you to connect PBs and PSPs and configure them as payment types with different payment methods which can be used via the HTTP API.
We currently provide the following PB connectors:
- CAMPUSOnline Connector: For paying tuition fees
- Generic Connector: For other services which implement the generic interface
We currently provide the following PSP connectors:
- PayUnity Connector: For processing the payment via https://www.payunity.com
You can find more information about each specific connector in their respective bundle documentation.
Installation Requirements
- A MySQL compatible database