PayPal? - vs. other online escrow services

Please support our eCommerce advertiser: Get a Free E-commerce Success Analysis!
Reply

Join Date: Jan 2004
Posts: 152
Reputation: floris has a spectacular aura about floris has a spectacular aura about 
Solved Threads: 2
floris's Avatar
floris floris is offline Offline
vBulletin.com Staff

Re: PayPal?

 
0
  #31
May 1st, 2004
I have a Dutch Verified Business Account right now and enjoying it. It has helped me on the Internet a lot! Unfortn. I wish to downgrade when things settle down - back to a personal account and just use it to donate to charity, friends or purchase software with.

Anyway, in our country we have a few paypal-like companies, but they stay in the country only I think, I haven't seen them busy in the whole of Europe yet. Probably because they are new.

IF there is going to be competition, I hope they are smart and allow to transfer funds between the different companies.
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 56
Reputation: Alan25r is an unknown quantity at this point 
Solved Threads: 0
Alan25r's Avatar
Alan25r Alan25r is offline Offline
Junior Poster in Training

Re: PayPal?

 
0
  #32
May 9th, 2004
Originally Posted by oalee
I'm planning on using iKobo too... well, really because where I'm from is not covered by Paypal...
I also had this dillema for quite some time. For me, the fact that Ikobo has my country in their 170 countries list it was an important factor that made me signup. But this is not the only factor. From their website and from other commercial forums, I learned about the advantage of using this service like: iKard (Visa electron debit card from which I can withdraw funds whenever I like, quick and easy), 3.9% +0.29$ fee for merchant account which in my opinion is a low fee, no setup fee, no inter country fee, no multicurrency fee and no monthly fee. Soon they will have a feature that lets a paypol client to transfer his/her funds anywhere in the iKobo's coverage using ikobo.com. They are a dynamic company I think , that wants to satisfy their clients needs and this is good enough for me.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 24
Reputation: ice2003 is an unknown quantity at this point 
Solved Threads: 0
ice2003 ice2003 is offline Offline
Newbie Poster

Re: PayPal?

 
0
  #33
May 14th, 2004
Ikobo has an IPN(instant payment notification) service. If your customer make payment, Ikobo will emai you imformation about the payment. I think we can use the imformation to setup an anti-fraud system. how do you guys think about this idea?
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1
Reputation: manarak is an unknown quantity at this point 
Solved Threads: 0
manarak manarak is offline Offline
Newbie Poster

Re: PayPal?

 
0
  #34
May 21st, 2004
My first post here, since I typed:

+"alternatives to paypal" +subscriptions

into google.


I just got placed on limited access by Paypal because I was selling adult website subscriptions through them. Damn puritans - now I am looking for other providers.

I need a service that supports subscriptions, and would send IPN (instant payment notifications) for both subscription start and subscription end. The IPN should be made by a HTTP POST to my server (not only by e-mail).

Does someone know alternatives?
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 43
Reputation: Carlson is an unknown quantity at this point 
Solved Threads: 0
Carlson's Avatar
Carlson Carlson is offline Offline
Light Poster

Re: PayPal?

 
0
  #35
May 22nd, 2004
ikobo's IPN system will post a notification to your server at the URL you specified, at the time the payment is made. All of your customer’s payment information and a piece of encrypted code will be included in this notification. I think ikobo is a good alternative to paypal since they have better coverage and lower fees. I say you give it a try and post back here with your experiences.

Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 56
Reputation: Alan25r is an unknown quantity at this point 
Solved Threads: 0
Alan25r's Avatar
Alan25r Alan25r is offline Offline
Junior Poster in Training

Re: PayPal?

 
0
  #36
May 22nd, 2004
Instant Payment Notification is what I need. ikobo doesn't have a script example so I ask you to send me one or at least expain to me the main ideas on how to make one. What software should I use ?
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 43
Reputation: Carlson is an unknown quantity at this point 
Solved Threads: 0
Carlson's Avatar
Carlson Carlson is offline Offline
Light Poster

Re: PayPal?

 
0
  #37
May 24th, 2004
OK, since I myself am using ikobo's IPN (actually not me personally, the company I work for uses it), I'm going to give a helping hand to fellow businessman.

This is the way IPN works: a customer makes a payment to you or a payment is reversed or refunded, ikobo will post a notification to your server at the URL you specified (I think I've already mentioned that). Included in this notification will be all of your customer’s payment information (e.g. customer name and payment amount.)
After you have activated Instant Payment Notification, your server will be sent a notification every time you receive a payment. You will receive notification to the URL you specified, and it will include all of the payment information, as well as a password.


In order to enable the IPN system you have to follow these steps:
  • you log in at ikobo with your merchant account
  • the you go to the "sell" tab near the top of the page
  • select instant payment notification in the functions list
  • then you'll be taken to a screen for you to add your URL and to check to enable IPN
  • enter the required information
After these steps your server will be notified whenever a purchase is made, and you can create your database.
When you specify your notification URL and password your URL must be https. You must also enter a password. Each time ikobo sends you notification it will contain a pass through variable of the password below. Your server will confirm this password, verifying that the notification is in fact coming from ikobo.


You can also test your IPN processing scripts on your server, to see if they are working correctly. You can see sample IPN on the IPN section once you have logged in to your account.
Another good thing is that if your site is down, ikobo’s IPN system will try to re-post to your IPN script every 5 minutes for 4 days.


So basically you don't need any extra software except the scripts provided by ikobo. Of course you'll need an Apache web server or something similar (microsoft not recommended) as well as MySQL for example as your database software.
Good luck with your site!
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 56
Reputation: Alan25r is an unknown quantity at this point 
Solved Threads: 0
Alan25r's Avatar
Alan25r Alan25r is offline Offline
Junior Poster in Training

iKobo.com

 
0
  #38
May 25th, 2004
Cool. I will try to do it myself. I hope you will help me in the future, because I might have some difficulties, because I don't know a lot of programming
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 43
Reputation: Carlson is an unknown quantity at this point 
Solved Threads: 0
Carlson's Avatar
Carlson Carlson is offline Offline
Light Poster

Re: iKobo.com

 
0
  #39
May 25th, 2004
Originally Posted by Alan25r
Cool. I will try to do it myself. I hope you will help me in the future, because I might have some difficulties, because I don't know a lot of programming
Well, you are welcome, but I'm not that good a programmer myself. Only basic stuff. Truth is ikobo makes it quite easy so you don't have to be that good of a programmer in order to integrate IPN into your website. I'll be happy to help you in any way that I can!
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 56
Reputation: Alan25r is an unknown quantity at this point 
Solved Threads: 0
Alan25r's Avatar
Alan25r Alan25r is offline Offline
Junior Poster in Training

ikobo.com

 
0
  #40
May 26th, 2004
What language does ikobo uses for the IPN scripts ? A programmer need to buy other software in order to be compatible with ikobo's scripts ?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the eCommerce Forum
Thread Tools Search this Thread



Tag cloud for eCommerce
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC