Payment Gateways

ikovacs1465

New Member
Apr 30, 2012
96
0
0
Hi,

i have also found some troubles with the plugin. And Still wait for a solutions, regarding SMS Payment over ok will handle different.

regards

Istvan Kovacs
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Hi Adam, maybe we find right payment gateway which is good for us (no site approwal) and its also easy to use for customers. Please create pluggin for this one if possible please. https://www.hipay.com

When customer press a Buy button he is redirected here:




Thanks for your support and sorry for my bad English
 

ikovacs1465

New Member
Apr 30, 2012
96
0
0
Hi,

im allready fine with the Plugin. But im not complet settisfaction with him.. give me 2days and you can have it.. please write me a mail with your contact details..

regards

Istvan Kovacs
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Hi Istvan, looks as Adam is gone :( . Have you any progress with another CC payment gateway? I saw that you removed Skrill option from your website, why? For me working good but americans not using it.

Before Paypal crashed for me i had 1-2 premium subscription every day. And now this is the result, americans registering but not buying tru OKpay or Skrill, look at image.

Code:
http://imageshack.us/f/33/38620231.jpg/
üdvözlet
 

ikovacs1465

New Member
Apr 30, 2012
96
0
0
Hello Aggoni,

yes that is true. I have the same problem, i have check for a mercant account by Authorize.net or FirstData.com. FirstData maybe dont offer any accounts no email reaction and Authorize.net maybe the sales is so stupid i fille now out the 10 Formular for them.. allways is was wrong. If you register for a account let me know if you fine :)

regards

Istvan
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Today customer from Netherland buyed premium account through Skrill and again no automatic upgrade. Something is wrong with this pluggin :( .

Guys from first data contacted me trough phone and email too, I wonder how it ends. BTW for Authorize.net you need bank account in UK,US or CAN.
 

shopping1782

New Member
YetiShare User
Wurlie User
Reservo User
Sep 12, 2012
97
0
0
Btw i-koruna is gone:
http://torrentfreak.com/interpol-probe-targets-funds-of-major-file-hosting-services-130417/

Seriously forget all this madness and switch to Bitcoin.
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Today i received this email from firstdata, thats not good not good :( :

Unfortunately you will require to have a UK business account for us to be able to offer merchant services.

Kind Regards,

Cara Chapman
New Business Sales Executive
First Data Merchant Solutions
 

aggoni072007

New Member
YetiShare User
Reservo User
Jan 1, 1970
53
0
0
Hello, is it possible to check this one please?

http://www.clickandbuy.com/WW_en/home.html


ClickandBuy Acceptance Policy: http://www.clickandbuy.com/WW_en/about-us/terms-and-conditions.html


also this one please: http://www.realexpayments.com/
 

jacoblhansen2575

New Member
YetiShare User
May 26, 2013
7
0
0
Bitcoin and paysafecard seems like the way to go. What is the status on these?

I will probably add a manual bitcoin solution to my site from the beginning, but I would much prefer an automatic solution with bitpay or similar.
 

ikovacs1465

New Member
Apr 30, 2012
96
0
0
Hi,

maybe i have for bitcoin a modul but .. i preffer at the moment my own projekt... [removed].

regards

Istvan Kovacs
 

webmaster2051

New Member
YetiShare User
Wurlie User
Jan 2, 2013
1
0
0
two commonly gateways used here in Brazil: Pagseguro and Moip

https://pagseguro.uol.com.br/v2/guia-de-integracao/api-de-pagamentos.html
https://labs.moip.com.br/forum/forumdisplay.php?27-API-MoIP
 

manhunter912925

New Member
YetiShare User
Aug 23, 2013
2
0
0
It would be nice to add following payment gateways:
1. http://smscoin.com/ The best solution for sms payments.
2. https://www.liqpay.com/ This billing uses Luckyshare and it's easy to setup merchant account.
 

luckylutz

New Member
YetiShare User
Aug 30, 2012
147
0
0
44
Schwitzerland
www.hoodload.com
Micropayment
https://www.micropayment.ch/

I have a Plugin, but this is not work correctly. after successful payment the plugin redirected to a 404 Site.
but the user is upgraded to Premium. (only be https sites http is working)

requements for a micropayment account is a imprint page.


anybody have intresst, and can dev. here you can download the plugin.
if adam or si ... interest has to look at this plugin, he may like to use these.

I need a 100% working plugin
 

aryocosmo

New Member
YetiShare User
Dec 11, 2013
5
0
0
I vote for Micropayment and Mtgox go go go go. But as far as I know Mtgox needed 10 days just for verification for make your account verified. Micropayment it was correct like @luckylutz said they need the imprint page same address like your verification data that you sent to them.
 

robert3529

New Member
YetiShare User
Jan 27, 2014
4
0
0
Stripe.com
"Built for developers
Robust, clean APIs that let you focus on building great products."

Super easy, php code ready to go.

Here is a live example

require_once('./lib/Stripe.php');
Stripe::setApiKey("sk_test_BQokikJOvBiI2HlWgH4olfQ2");

Stripe_Charge::create(array(
"amount" => 400,
"currency" => "usd",
"card" => array(
"number" => "4242424242424242",
"exp_month" => 1,
"exp_year" => 2015,
"cvc" => "314"
),
"description" => "Charge for [email protected]"
));
 

neil3834

New Member
YetiShare User
Apr 10, 2014
57
0
0
Hello

Stripe are not really a feasible solution. Or are they? When I first checked, it was only 3 countries. They've added a few more but they offer such a restricted and limited area that can make payments! :p

I think they're up to 5 or 6 countries - USA, Canada, Ireland, some beta countries and so on...

Would be great if they hurried up in deploying services to more countries.