Skip to content

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:

We currently provide the following PSP connectors:

You can find more information about each specific connector in their respective bundle documentation.

Installation Requirements

  • A MySQL compatible database

Documentation