Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16692
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: How does Ecommerce work? |
| Date | 2016-03-28 15:39 +0200 |
| Message-ID | <dlsqfoF1qisU1@mid.individual.net> (permalink) |
| References | <5bf3406f-3ecb-41ac-bd20-206c5a9d86bb@googlegroups.com> |
On 03/28/2016 02:21 PM, bit-naughty@hotmail.com wrote: > OK, so in Ecommerce, money simply has to be deducted from the customers acct. and added to the merchants, right? Yes, this is usually done by the PSP like PayPal, Skrill and others. > So.... is MySQL enough to do this? (as I understand it, a "transactional" Database is what's required....? ) For the transaction, you need to integrate toward the PSP's API. The database on your side is to keep track of what the merchant has sold and which transactions has been paid. > ... and how do you make an ecomm site accepting payment, that is to say, integrated with a payment gateway....? > I'm specifically interested in NetBanking in India, but I'm guessing it's not too different elsewhere in the world....? Then contact HDFC Bank, they will provide you with the information you need. http://www.hdfcbank.com/nri_banking/ways_to_bank/NetBanking/netBanking.htm -- //Aho
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How does Ecommerce work? bit-naughty@hotmail.com - 2016-03-28 05:21 -0700
Re: How does Ecommerce work? "J.O. Aho" <user@example.net> - 2016-03-28 15:39 +0200
Re: How does Ecommerce work? Jerry Stuckle <jstucklex@attglobal.net> - 2016-03-28 15:31 -0400
Re: How does Ecommerce work? "J.O. Aho" <user@example.net> - 2016-03-29 18:15 +0200
Re: How does Ecommerce work? Michael Vilain <mev94303y@yahoo.com> - 2016-03-29 09:34 -0700
Re: How does Ecommerce work? Jerry Stuckle <jstucklex@attglobal.net> - 2016-03-29 12:50 -0400
Re: How does Ecommerce work? gordonb.yjw6m@burditt.org (Gordon Burditt) - 2016-03-28 19:47 -0500
Re: How does Ecommerce work? bit-naughty@hotmail.com - 2016-03-29 11:38 -0700
Re: How does Ecommerce work? Jerry Stuckle <jstucklex@attglobal.net> - 2016-03-29 15:50 -0400
Re: How does Ecommerce work? gordonb.842wr@burditt.org (Gordon Burditt) - 2016-03-29 15:32 -0500
Re: How does Ecommerce work? bit-naughty@hotmail.com - 2016-04-01 11:33 -0700
Re: How does Ecommerce work? Jerry Stuckle <jstucklex@attglobal.net> - 2016-04-01 15:25 -0400
Re: How does Ecommerce work? "J.O. Aho" <user@example.net> - 2016-04-01 22:19 +0200
Re: How does Ecommerce work? Richard Yates <richard@yatesguitar.com> - 2016-03-30 08:48 -0700
Re: How does Ecommerce work? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-31 03:34 +0200
Re: How does Ecommerce work? Jerry Stuckle <jstucklex@attglobal.net> - 2016-03-30 22:37 -0400
Re: How does Ecommerce work? Richard Yates <richard@yatesguitar.com> - 2016-03-30 21:28 -0700
Re: How does Ecommerce work? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-31 15:33 +0200
csiph-web