Hello,
removed the address settings but still no success:
$Sofort = new SofortLib_Multipay($configkey);
$Sofort->setSofortueberweisung();
$Sofort->setAmount($amount,$this->currency->currency_code);
$Sofort->setReason($order_text);
$Sofort->addUserVariable($order->order_id);
/* $Sofort->setSofortrechnungOrderId($order->order_id); */
$Sofort->addUserVariable($method_id);
$Sofort->setSuccessUrl($return_url);
$Sofort->setAbortUrl($cancel_url);
$Sofort->setTimeoutUrl($cancel_url);
$Sofort->setNotificationUrl($notify_url);
/*
if(isset($order->cart->billing_address))
$Sofort->setSofortlastschriftAddress($order->cart->billing_address->address_firstname, $order->cart->billing_address->address_lastname, $order->cart->billing_address->address_street, '', $order->cart->billing_address->address_post_code, $order->cart->billing_address->address_city, $order->cart->billing_address->address_title, $order->cart->billing_address->address_country->zone_code_2);
$Sofort->setSofortrechnungShippingAddress('a','b','c','1','123','f','2','DE');
$Sofort->setSofortrechnungInvoiceAddress('a','b','c','1','123','f','2','DE');
*/
$Sofort->sendRequest();
I don't know, if you compare with the Sofort API documentation, it looks differently
github.com/sofort/sofortlib-php/blob/mas...fortueberweisung.php
I check with the customer regarding ftp and backend access and come back to you!
Thanks, Eva