Help for this page
class CreditCardType { var $cc_id = null; ... $CreditCard->cc_month = "12"; // mandatory $CreditCard->cc_year = "2014"; // mandatory
$soap = new SoapClient("https://merchant.paytoo.info/api/merchant?wsdl +", array("classmap"=>array("AccountType"=>"AccountType", "CreditCardT +ype"=>"PaytooCreditCardType")));
$response = $soap->CreditCardSingleTransaction($CreditCard, $Customer, + $amount, $currency, $ref_id, $description, $addinfo);