943,398 Members | Top Members by Rank

Ad:
  • eCommerce Discussion Thread
  • Unsolved
  • Views: 67793
  • eCommerce RSS
You are currently viewing page 4 of this multi-page discussion thread; Jump to the first page
May 1st, 2004
0

Re: PayPal?

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.
Reputation Points: 115
Solved Threads: 2
Junior Poster
floris is offline Offline
152 posts
since Jan 2004
May 9th, 2004
0

Re: PayPal?

Quote 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.
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Alan25r is offline Offline
56 posts
since May 2004
May 14th, 2004
0

Re: PayPal?

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?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ice2003 is offline Offline
24 posts
since Mar 2004
May 21st, 2004
0

Re: PayPal?

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?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
manarak is offline Offline
1 posts
since May 2004
May 22nd, 2004
0

Re: PayPal?

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.

Reputation Points: 10
Solved Threads: 0
Light Poster
Carlson is offline Offline
43 posts
since Apr 2004
May 22nd, 2004
0

Re: PayPal?

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 ?
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Alan25r is offline Offline
56 posts
since May 2004
May 24th, 2004
0

Re: PayPal?

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!
Reputation Points: 10
Solved Threads: 0
Light Poster
Carlson is offline Offline
43 posts
since Apr 2004
May 25th, 2004
0

iKobo.com

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
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Alan25r is offline Offline
56 posts
since May 2004
May 25th, 2004
0

Re: iKobo.com

Quote 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!
Reputation Points: 10
Solved Threads: 0
Light Poster
Carlson is offline Offline
43 posts
since Apr 2004
May 26th, 2004
0

ikobo.com

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 ?
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Alan25r is offline Offline
56 posts
since May 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in eCommerce Forum Timeline: Food Import restrictions
Next Thread in eCommerce Forum Timeline: Increases Web traffic?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC