>_ NicAPI Dokumentation:

GET: Lastschrift-Mandat abrufen

/accounting/debit

$res = NicAPI::get("/accounting/debit", [
]);

Gibt das aktuelle Lastschrift-Mandat zurück.

Rechte: DEBIT_MANDATES

POST: Lastschrift-Mandat erstellen

/accounting/debit/create

$res = NicAPI::post("/accounting/debit/create", [
    "owner" => "value",
]);

Diese Funktion erstellt ein neues Lastschrift-Mandat.

Parameters:

Name Benötigt Typ Beschreibung
owner string
Rechte: DEBIT_MANDATES

POST: Lastschrift-Mandat widerrufen

/accounting/debit/withdraw

$res = NicAPI::post("/accounting/debit/withdraw", [
]);

Widerruft das aktuelle Lastschrift-Mandat.

Rechte: DEBIT_MANDATES