<form method="post" action="https://www.platnosci.pl/paygw/UTF/NewPayment"> <input type="hidden"name="first_name"value="'.$user_details->name.'"> <input type="hidden"name="last_name"value="'.$user_details->lastname.'"> <input type="hidden"name="email"value='.$this->user->email.'"> <input type="hidden"name="pos_id"value="59898"> <input type="hidden"name="pos_auth_key"value="LfDdYTF"> <input type="hidden"name="session_id"value="'.text::random()."_".$this->user->id.'_'.$val->points.'"> <input type="hidden"name="amount"value="'.($val->price*100).'"> <input type="hidden"name="client_ip"value="'.$this->user->ip_address.'"> <input type="hidden"name="street"value="'.$user_details->street.'"> <input type="hidden"name="city"value="'.$user_details->city.'"> <input type="hidden"name="post_code"value="'.$user_details->zip_code.'"> <input type="hidden"name="phone"value="'.$user_details->phone.'"> <input type="hidden"name="desc"value="Płatność za podbicia"> <input type="hidden"name="js"value="1"> <input type="submit" class="zaplac" name="zaplac" value="" /> </form>
Płatność testowa normalnie działa i później zwraca mi odpowiedź o stanie.
Ale gdy chcę wykonać prawdziwy przelew otrzymuję od Płatności.pl komunikat : "Przepraszamy, usługa chwilowo niedostępna. Prosimy spróbować później."
I nie wiem, czy trzeba coś przestawić w panelu płatności, czy mój formularz jest niekompletny? Wg dokumentacji wydaje się wszystko dobrze.