example:
$post_data = [
"client_name" => "[client name]",
"client_email" => "[client email]",
//.... other data
"items" =>
[
["name" => "[name]", "code" => "[code]", "price" => "[price]", "quantity" => "[quantity]"],
["name" => "[name]", "code" => "[code]", "price" => "[price]", "quantity" => "[quantity]"],
//.... other items
],
"credit_card_payment" => "Order=20&Id=1398749&CCode=800&Amount=100&ACode=0012345&Bank=1&tashType=1&Payments=1&TashFirstPayment=&UserId=309487601&Brand=0&Issuer=1&L4digit=7440&firstname=moshe&lastname=rabinovich&info=some_info&street=&city=&zip=&cell=&email=&Coin=1&Tmonth=9&Tyear=2018",
];
//you may copy this
$url = "https://$
account.senzey.com/extapi/tax_invoice_receipt/add.php?username=$username&password=$password";
что здесь можно понять?
что такое credit_card_payment ?