"false", "message" => "Invalid Transaction ID"]); }else{ if($_POST['account_number'] == ""){ echo json_encode(["status" => "false", "message" => "Invalid Payeer Account Number"]); }else{ $check_transactionid = pp_check_transaction_exits($_POST['trxid']); if($check_transactionid['status'] == false){ if(pp_set_transaction_byid($payment_id, $plugin_slug, $plugin_info['plugin_name'], $_POST['account_number'], $_POST['trxid'], 'pending')){ echo json_encode(["status" => "true", "message" => "Initialize Transaction ID"]); } }else{ echo json_encode(["status" => "false", "message" => "Transaction ID already exits"]); } } } exit(); } ?>
Open the Payeer app.
Choose: Transfer
Enter the account number:
Enter the Amount:
Put the Transaction ID in the box below and press Submit