• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Homepay configuration

Apoccalypse

New Member
Joined
Apr 15, 2017
Messages
114
Solutions
2
Reaction score
4
Hello,
I have a problem with the hompay configuration.
I am using Gesior2012-TFS-0.3.6_and_0.4_to_rev_3703.

This is my homepay's page on the website.
bgsim0.jpg


When I click at https://ssl.homepay.pl/wplata/1-LegendaryOTS or
https://ssl.homepay.pl/wplata/2-LegendaryOTS I get something like this:

33b3igk.jpg


In translation from polish the error says : "Invalid service name or number".
I don't understand why, because I think my homepay's config is properly set.
Here it is:
PHP:
(...)
$config['homepay'] = array();
$config['homepay_active'] = true;
$config['homepay_user_ID'] = Here I placed my id of homepay like 12345; // ID uzytkownika w homepay
$config['homepay_email_kontaktowy'] = 'Here is my email @gmail.com';
# opcje transferu
$config['homepay_active_sms'] = true; #active homepay sms system?
$config['homepay_active_transfer'] = true; #active homepay transfer system?
# przykladowy konfig dla SMS
$config['homepay'][0]['acc_id'] = 4; // ID uslugi
$config['homepay'][0]['addpoints'] = 1000;
$config['homepay'][0]['sms_number'] = "79550";
$config['homepay'][0]['type'] = "sms";
$config['homepay'][0]['sms_text'] = "HPAY.NASZAUSLUGA";
$config['homepay'][0]['sms_cost'] = "11.07 zł brutto";
# przykladowy konfig dla przelewu

$config['homepay'][1]['acc_id'] = 1;
$config['homepay'][1]['addpoints'] = 1000;
$config['homepay'][1]['link'] = "https://ssl.homepay.pl/wplata/1-LegendaryOTS";
$config['homepay'][1]['type'] = "przelew";
$config['homepay'][1]['przelew_text'] = "LegendaryOTS";
$config['homepay'][1]['przelew_cost'] = "5.00 zł brutto";

$config['homepay'][2]['acc_id'] = 2;
$config['homepay'][2]['addpoints'] = 2000;
$config['homepay'][2]['link'] = "https://ssl.homepay.pl/wplata/2-LegendaryOTS";
$config['homepay'][2]['type'] = "przelew";
$config['homepay'][2]['przelew_text'] = "LegendaryOTS";
$config['homepay'][2]['przelew_cost'] = "10.00 zł brutto"
(...)

Anyone have any ideas what there can be wrong?
 
Hello,
I have a problem with the hompay configuration.
I am using Gesior2012-TFS-0.3.6_and_0.4_to_rev_3703.

This is my homepay's page on the website.
bgsim0.jpg


When I click at https://ssl.homepay.pl/wplata/1-LegendaryOTS or
https://ssl.homepay.pl/wplata/2-LegendaryOTS I get something like this:

33b3igk.jpg


In translation from polish the error says : "Invalid service name or number".
I don't understand why, because I think my homepay's config is properly set.
Here it is:
PHP:
(...)
$config['homepay'] = array();
$config['homepay_active'] = true;
$config['homepay_user_ID'] = Here I placed my id of homepay like 12345; // ID uzytkownika w homepay
$config['homepay_email_kontaktowy'] = 'Here is my email @gmail.com';
# opcje transferu
$config['homepay_active_sms'] = true; #active homepay sms system?
$config['homepay_active_transfer'] = true; #active homepay transfer system?
# przykladowy konfig dla SMS
$config['homepay'][0]['acc_id'] = 4; // ID uslugi
$config['homepay'][0]['addpoints'] = 1000;
$config['homepay'][0]['sms_number'] = "79550";
$config['homepay'][0]['type'] = "sms";
$config['homepay'][0]['sms_text'] = "HPAY.NASZAUSLUGA";
$config['homepay'][0]['sms_cost'] = "11.07 zł brutto";
# przykladowy konfig dla przelewu

$config['homepay'][1]['acc_id'] = 1;
$config['homepay'][1]['addpoints'] = 1000;
$config['homepay'][1]['link'] = "https://ssl.homepay.pl/wplata/1-LegendaryOTS";
$config['homepay'][1]['type'] = "przelew";
$config['homepay'][1]['przelew_text'] = "LegendaryOTS";
$config['homepay'][1]['przelew_cost'] = "5.00 zł brutto";

$config['homepay'][2]['acc_id'] = 2;
$config['homepay'][2]['addpoints'] = 2000;
$config['homepay'][2]['link'] = "https://ssl.homepay.pl/wplata/2-LegendaryOTS";
$config['homepay'][2]['type'] = "przelew";
$config['homepay'][2]['przelew_text'] = "LegendaryOTS";
$config['homepay'][2]['przelew_cost'] = "10.00 zł brutto"
(...)

Anyone have any ideas what there can be wrong?

Seeing as it's an error from homepay you could try to contact customer support.
If the user id, email, acc_id and sms_number are correct it should work, never done anything with homepay so really can't give you any major help here.
 
Hello,
I have a problem with the hompay configuration.
I am using Gesior2012-TFS-0.3.6_and_0.4_to_rev_3703.

This is my homepay's page on the website.
bgsim0.jpg


When I click at https://ssl.homepay.pl/wplata/1-LegendaryOTS or
https://ssl.homepay.pl/wplata/2-LegendaryOTS I get something like this:

33b3igk.jpg


In translation from polish the error says : "Invalid service name or number".
I don't understand why, because I think my homepay's config is properly set.
Here it is:
PHP:
(...)
$config['homepay'] = array();
$config['homepay_active'] = true;
$config['homepay_user_ID'] = Here I placed my id of homepay like 12345; // ID uzytkownika w homepay
$config['homepay_email_kontaktowy'] = 'Here is my email @gmail.com';
# opcje transferu
$config['homepay_active_sms'] = true; #active homepay sms system?
$config['homepay_active_transfer'] = true; #active homepay transfer system?
# przykladowy konfig dla SMS
$config['homepay'][0]['acc_id'] = 4; // ID uslugi
$config['homepay'][0]['addpoints'] = 1000;
$config['homepay'][0]['sms_number'] = "79550";
$config['homepay'][0]['type'] = "sms";
$config['homepay'][0]['sms_text'] = "HPAY.NASZAUSLUGA";
$config['homepay'][0]['sms_cost'] = "11.07 zł brutto";
# przykladowy konfig dla przelewu

$config['homepay'][1]['acc_id'] = 1;
$config['homepay'][1]['addpoints'] = 1000;
$config['homepay'][1]['link'] = "https://ssl.homepay.pl/wplata/1-LegendaryOTS";
$config['homepay'][1]['type'] = "przelew";
$config['homepay'][1]['przelew_text'] = "LegendaryOTS";
$config['homepay'][1]['przelew_cost'] = "5.00 zł brutto";

$config['homepay'][2]['acc_id'] = 2;
$config['homepay'][2]['addpoints'] = 2000;
$config['homepay'][2]['link'] = "https://ssl.homepay.pl/wplata/2-LegendaryOTS";
$config['homepay'][2]['type'] = "przelew";
$config['homepay'][2]['przelew_text'] = "LegendaryOTS";
$config['homepay'][2]['przelew_cost'] = "10.00 zł brutto"
(...)

Anyone have any ideas what there can be wrong?


They stopped using function "Przelewy" now there are only fast payments and sms
 
Back
Top