FinanzOnline file upload webservice.
Requirements for this service:
Error codes
| Method | Return | Description |
|---|---|---|
| __construct | Constructor. | |
| upload | bool | Upload bank data to the FinanzOnline webservice. |
public function __construct(SessionWs $sessionWs, array<string,mixed> $soapOptions=[]): Constructor.
| Parameter | Type | Default | Description |
|---|---|---|---|
| $sessionWs | SessionWs | Session webservice | |
| $soapOptions | array |
[] | PHP SOAP client options |
public function upload(string $xml, string $type, bool $isTest=false): boolUpload bank data to the FinanzOnline webservice.
| Parameter | Type | Default | Description |
|---|---|---|---|
| $xml | string | XML content or path to file | |
| $type | string | Choose BET, BIL, DUE, EUST, FPH, FVAN, IVF, JAHR_ERKL, JAB, KA1, KOM, KOMU, LFH, L1, NOVA, RZ, SB, SBS, SBZ, STAB, TVW, UEB, UEB_SA, U13, U30, VAT, VATAB, VPDGD, ZEAN, 107, 107AB, 108, 108AB, SOER, DIGI | |
| $isTest | bool | false | True if you want to send the data only for test purposes |
| bool |