actindo ->bill__set_zahl_verfahren
actindo -> bill__set_zahl_verfahren: Set paymentmeans (Zahlungsweise)
Signaturstring bill__set_zahl_verfahren( string $sid, int $bill_id, string $verfahren )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • string $verfahren
    Verfahren
     
Returnsstring
array('ok'=>TRUE/FALSE, 'errno'=>error code in case of ok==FALSE )
 
DescriptionSet paymentmeans (Zahlungsweise)

Paymentmeans:
'E' => 'Einzug', 'L' => 'Lastschrift', 'U' => 'Rechnung (Überweisung)',
'NN' => 'Nachnahme', 'KK' => 'Kreditkarte', 'VK' => 'Vorauskasse',
'B' => 'Barverkauf', 'PP' => 'PayPal', 'ID' => 'iDEAL', 'SU' => 'Sofortüberweisung', 'AZ' => 'Amazon Payment',
'GP' => 'GiroPay', 'UT' => 'United Transfer', 'EC' => 'EC-Karte',

(a call to the function bill__get_verf_opts returns all possible payment methods)