Re: [WebDNA] Accepting Payments on Site

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110322
interpreted = N
texte = I concur with Stuart, but I'm going to also check out this site. I'll definitely read the fine print on it. But really, for a one-off, yeah, just stick with PayPal. I know what you mean about people bailing, but at least you know when it happens, and can write code to only complete the transaction when PayPal gives you the high sign (they do a silent return just like authorize.net). It's very easy to implement a paypal form and a page to receive their confirmation. I use this on Whoscoming.com and if someone bails, their record is intact, but it shows as payment pending. Collect payment at the door. I just finished my annual business overview and now more than ever before, it's time to scrap my merchant account/authorize.net. I have a Square account for random sales in person, PayPal for eBay and Etsy (who now also runs cards under their own name), and a host of old fashioned clients who pay by check. The misc charges imposed by my processor just don't make sense for the small volume of cards I run. Plus small people like me get slapped with a monthly compliance fee now. There are many, many more choices available now than when I got into this nearly 20 yrs ago. Terry >If I was setting up payment processing on a site now, I would look >seriously at stripe.com > >It looks dead simple to implement (though I haven't done it). > >- Brian > >On Apr 11, 2013, at 4:12 PM, Stuart Tremain ><webdna@idfk.com.au> wrote: > >>Eddie >> >>After many years of many different payment gateways and all the >>fuss that goes on in the administrative area of merchant account, >>fees etc, set up etc, for a one-off event that you are talking >>about I would stick with the PayPal. >> >>Going through a payment gateway you will need a bank account with a >>merchant facility, here in Australia that can cost $35 a month, the >>list goes on. >> >> >>On 12/04/2013, at 3:57 AM, Eddie Z >><eddie@thinksite.com> wrote: >> >>>I have built 100s of forms, but I have never linked one to a >>>merchant account before, so I'm looking for some help/direction. >>> >>>I have a form built for a sporting event where teams register and >>>then once their data is collected, it sends them to Paypal to make >>>a payment. The main issue I have with this method is that often >>>times teams will enter their info, get to the payment page at >>>Paypal and then bail, which leaves me with an unfinished >>>registration. I'm interested in skipping Paypal and doing it all >>>right on my site, but I don't know what I all need to do. >>> >>>I know I will need a SSL certificate, and to use >>>Authorize.net or someone similar to link to >>>my merchant, but I don't know if there's anything special I need >>>to do in the code. Ideally, I would need there to be some sort of >>>confirmation from authorize.net that the >>>payment was successful before allowing the registrant to have a >>>completed transaction. >>> >>>I honestly don't know how much work is involved here. If it's a >>>decent amount, I'd be willing to purchase someone's payment page >>>code to save me time. >>> >>>Let me know if anyone could help or has advice, >>>Thanks, >>>Eddie >>>--------------------------------------------------------- This >>>message is sent to you because you are subscribed to the mailing >>>list . To unsubscribe, E-mail to: archives: >>>http://mail.webdna.us/list/talk@webdna.us >>>Bug Reporting: support@webdna.us >>> >> >>--------------------------------------------------------- This >>message is sent to you because you are subscribed to the mailing >>list . To unsubscribe, E-mail to: archives: >>http://mail.webdna.us/list/talk@webdna.us >>Bug Reporting: support@webdna.us >> > >--------------------------------------------------------- This >message is sent to you because you are subscribed to the mailing >list . To unsubscribe, E-mail to: archives: >http://mail.webdna.us/list/talk@webdna.us Bug Reporting: >support@webdna.us -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system iStockPhoto portfolio - http://www.istockphoto.com/Terryfic3D?refnum=Terryfic3D -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Accepting Payments on Site (John Buler 2013)
  2. Re: [WebDNA] Accepting Payments on Site (Eddie Z 2013)
  3. Re: [WebDNA] Accepting Payments on Site (Terry Wilson 2013)
  4. Re: [WebDNA] Accepting Payments on Site (Eddie Z 2013)
  5. Re: [WebDNA] Accepting Payments on Site (Stuart Tremain 2013)
  6. Re: [WebDNA] Accepting Payments on Site (Eddie Z 2013)
  7. Re: [WebDNA] Accepting Payments on Site (Stuart Tremain 2013)
  8. Re: [WebDNA] Accepting Payments on Site (Eddie Z 2013)
  9. Re: [WebDNA] Accepting Payments on Site (Michael Davis 2013)
  10. Re: [WebDNA] Accepting Payments on Site (Eddie Z 2013)
  11. Re: [WebDNA] Accepting Payments on Site (Terry Wilson 2013)
  12. Re: [WebDNA] Accepting Payments on Site (Stuart Tremain 2013)
  13. Re: [WebDNA] Accepting Payments on Site (Brian Fries 2013)
  14. Re: [WebDNA] Accepting Payments on Site (Stuart Tremain 2013)
  15. [WebDNA] Accepting Payments on Site (Eddie Z 2013)
I concur with Stuart, but I'm going to also check out this site. I'll definitely read the fine print on it. But really, for a one-off, yeah, just stick with PayPal. I know what you mean about people bailing, but at least you know when it happens, and can write code to only complete the transaction when PayPal gives you the high sign (they do a silent return just like authorize.net). It's very easy to implement a paypal form and a page to receive their confirmation. I use this on Whoscoming.com and if someone bails, their record is intact, but it shows as payment pending. Collect payment at the door. I just finished my annual business overview and now more than ever before, it's time to scrap my merchant account/authorize.net. I have a Square account for random sales in person, PayPal for eBay and Etsy (who now also runs cards under their own name), and a host of old fashioned clients who pay by check. The misc charges imposed by my processor just don't make sense for the small volume of cards I run. Plus small people like me get slapped with a monthly compliance fee now. There are many, many more choices available now than when I got into this nearly 20 yrs ago. Terry >If I was setting up payment processing on a site now, I would look >seriously at stripe.com > >It looks dead simple to implement (though I haven't done it). > >- Brian > >On Apr 11, 2013, at 4:12 PM, Stuart Tremain ><webdna@idfk.com.au> wrote: > >>Eddie >> >>After many years of many different payment gateways and all the >>fuss that goes on in the administrative area of merchant account, >>fees etc, set up etc, for a one-off event that you are talking >>about I would stick with the PayPal. >> >>Going through a payment gateway you will need a bank account with a >>merchant facility, here in Australia that can cost $35 a month, the >>list goes on. >> >> >>On 12/04/2013, at 3:57 AM, Eddie Z >><eddie@thinksite.com> wrote: >> >>>I have built 100s of forms, but I have never linked one to a >>>merchant account before, so I'm looking for some help/direction. >>> >>>I have a form built for a sporting event where teams register and >>>then once their data is collected, it sends them to Paypal to make >>>a payment. The main issue I have with this method is that often >>>times teams will enter their info, get to the payment page at >>>Paypal and then bail, which leaves me with an unfinished >>>registration. I'm interested in skipping Paypal and doing it all >>>right on my site, but I don't know what I all need to do. >>> >>>I know I will need a SSL certificate, and to use >>>Authorize.net or someone similar to link to >>>my merchant, but I don't know if there's anything special I need >>>to do in the code. Ideally, I would need there to be some sort of >>>confirmation from authorize.net that the >>>payment was successful before allowing the registrant to have a >>>completed transaction. >>> >>>I honestly don't know how much work is involved here. If it's a >>>decent amount, I'd be willing to purchase someone's payment page >>>code to save me time. >>> >>>Let me know if anyone could help or has advice, >>>Thanks, >>>Eddie >>>--------------------------------------------------------- This >>>message is sent to you because you are subscribed to the mailing >>>list . To unsubscribe, E-mail to: archives: >>>http://mail.webdna.us/list/talk@webdna.us >>>Bug Reporting: support@webdna.us >>> >> >>--------------------------------------------------------- This >>message is sent to you because you are subscribed to the mailing >>list . To unsubscribe, E-mail to: archives: >>http://mail.webdna.us/list/talk@webdna.us >>Bug Reporting: support@webdna.us >> > >--------------------------------------------------------- This >message is sent to you because you are subscribed to the mailing >list . To unsubscribe, E-mail to: archives: >http://mail.webdna.us/list/talk@webdna.us Bug Reporting: >support@webdna.us -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system iStockPhoto portfolio - http://www.istockphoto.com/Terryfic3D?refnum=Terryfic3D -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. Terry Wilson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Nt's Latest? (1997) WebCat2 several catalogs? (1997) New command suggestion (was Modifying databases manually) (1997) Running webcat 6 on Windows XP Prof. (2005) Date Time Oddness (1999) really annoying feature (2001) Quick Question (1997) webcat- multiple selection in input field (1997) Looking for a host (1997) WebCat2 - [include] tags (1997) [WebDNA] An alternative to hosting... (2009) AW: AW: Credit card processing - UK (1997) Searching a database... (2003) Happy New Year (2008) Am I going senile? (Price recalc based on quantity) (1997) New servers and new inline cache (1997) shipcost (1997) Search design (1997) more cookie crumbling (1999) WebCatalog Features (1997)