Skip to content

Mono Payone Connector

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

flowchart LR
    subgraph Relay API Gateway
        mono_bundle["Mono Bundle"]
        mono_payone_bundle["Payone Connector"]
    end

    subgraph Payone
        payone_api["PAYONE API"]
    end

    mono_bundle --> mono_payone_bundle
    mono_payone_bundle <--> payone_api

The PAYONE Connector connects mono with PAYONE. It allows configuring multiple different payment contracts with PAYONE, each with different payment methods.

Bundle installation

You can install the bundle directly from packagist.org.

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

Installation Requirements

  • A MySQL/MariaDB database
  • (for production use) A contract with PAYONE
  • (for production use) A registered webhook with PAYONE

Documentation