$status = file_get_contents('https://demo.abills.net.ua:9443/admin/index.cgi?qindex=15&UID=45454564556&SUMMARY_SHOW=1&EXPORT=1&API_KEY=1523615231263123');
$check_status = json_decode($status);
//echo $check_status->ERROR;
if ($check_status->ERROR == 'Undefined UID'){
echo OK;
}
<?php
$status = file_get_contents('https://demo.abills.net.ua:9443/admin/index.cgi?qindex=15&UID=45454564556&SUMMARY_SHOW=1&EXPORT=1&API_KEY=1523615231263123');
$check_status = json_decode($status);
echo $check_status->ERROR;
<p class="product-hero__price">
<span class="product-hero__price-lbl">итого:</span>
<span class="product-hero__price-val">1 860</span>
<span class="product-hero__price-cur">руб.</span>
</p>
<form method="POST" action="https://money.yandex.ru/quickpay/confirm.xml">
<input type="hidden" name="receiver" value="">
<input type="hidden" name="formcomment" value="Проект «Железный человек»: реактор холодного ядерного синтеза">
<input type="hidden" name="short-dest" value="Проект «Железный человек»: реактор холодного ядерного синтеза">
<input type="hidden" name="label" value="$order_id">
<input type="hidden" name="quickpay-form" value="donate">
<input type="hidden" name="targets" value="транзакция {order_id}">
<input type="hidden" name="sum" value="" onkeyup="document.getElementById('product-hero__price-val').innerHTML=this.value" value="" data-type="number">
<input type="hidden" name="comment" value="Хотелось бы получить дистанционное управление.">
<input type="hidden" name="need-fio" value="true">
<input type="hidden" name="need-email" value="true">
<input type="hidden" name="need-phone" value="false">
<input type="hidden" name="need-address" value="false">
<label><input type="radio" name="paymentType" value="PC">Яндекс.Деньгами</label>
<label><input type="radio" name="paymentType" value="AC">Банковской картой</label>
<input type="submit" class="btn btn_buy-lg" value="Перевести"></form>