FinanzOnline bank data transmission 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 KTOREG, KTOZUF, KTOABF, GMSG | |
| $isTest | bool | false | True if you want to send the data only for test purposes | 
| bool |