POS/ERP/PSP-SyncPOS/ERP/PSP Sync
BEEP! synchronisiert bidirektional mit deinem bestehenden Kassensystem, ERP und Zahlungsanbieter. Systemagnostisch, dein bestehendes System bleibt Single Source of Truth.
BEEP! synchronizes bidirectionally with your existing POS system, ERP and payment provider. System-agnostic, your existing system remains the single source of truth.
system-Parameter an.POST /api/v1/syncPOS
Importiert Produktkatalog, Kategorien und Preise aus dem Kassensystem nach BEEP!.
Imports product catalog, categories and prices from the POS system into BEEP!.
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
system | string | Ja | POS-System: "korona", "vectron", "casio", "lightspeed", "sumup", "generic" |
storeId | string | Ja | Store-ID in BEEP! |
credentials | object | Ja | POS-API-Zugangsdaten (systemabhΓ€ngig) |
POST /api/v1/pushToPOS
Schreibt Verkaufsdaten und Kassenbons aus BEEP! zurΓΌck ins Kassensystem.
Writes sales data and receipts from BEEP! back to the POS system.
POST /api/v1/syncERP
Synchronisiert Bestand, Bestellungen und Lieferanten-Daten aus dem ERP nach BEEP!.
Syncs inventory, orders and supplier data from the ERP into BEEP!.
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
system | string | Ja | ERP: "sap", "lexoffice", "sevdesk", "xentral", "generic" |
storeId | string | Ja | Store-ID |
credentials | object | Ja | ERP-API-Zugangsdaten |
POST /api/v1/pushToERP
ΓbertrΓ€gt Transaktionsdaten und BestandsΓ€nderungen aus BEEP! ins ERP.
POST /api/v1/configurePSP
Konfiguriert den Payment Service Provider fΓΌr einen Store. Der HΓ€ndler bringt seinen eigenen PSP mit, BEEP! leitet Zahlungen darΓΌber.
Configures the payment service provider for a store. The merchant brings their own PSP; BEEP! routes payments through it.
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
provider | string | Ja | "stripe", "payabl", "adyen", "mollie", "sumup", "payone", "unzer", "custom" |
storeId | string | Ja | Store-ID |
config | object | Ja | PSP-Konfiguration (API-Keys, Account-IDs etc.) |
POST /api/v1/processPayment
LΓΆst eine Zahlung ΓΌber den konfigurierten PSP aus.
Triggers a payment via the configured PSP.
POST /api/v1/refundPayment
Initiiert eine RΓΌckerstattung ΓΌber den konfigurierten PSP.
Initiates a refund via the configured PSP.
ArchitekturArchitecture
βββββββββββββββ syncPOS ββββββββββββ
β POS/Kasse β βββββββββββββββ β β
β (Korona, β βββββββββββββββ β BEEP! β
β Vectronβ¦) β pushToPOS β Cloud β
βββββββββββββββ β β
β Functionsβ
βββββββββββββββ syncERP β β
β ERP β βββββββββββββββ β β
β (SAP, β βββββββββββββββ β β
β lexoffice) β pushToERP β β
βββββββββββββββ β β
β β
βββββββββββββββ configurePSP β β
β PSP β βββββββββββββββ β β
β (Stripe, β processPayment β β
β Adyenβ¦) β βββββββββββββββ β β
βββββββββββββββ ββββββββββββ