NetTalk Central

Author Topic: Adding a payment mechanism to a web app  (Read 2962 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Adding a payment mechanism to a web app
« on: July 13, 2014, 07:19:46 PM »
I wanted some advice on how to best go about adding 'payment' to my application.

What do people do:

1. Add PayPal - then how do you do this?
2. Accept a credit card payment then interface with Visa etc?

What is the simplest practice?

I have built a Login and wanted to make that conditional on a payment having been made.  In the PayPal case I presumed that you could include a mechanism that sent an amount and got an 'accepted' return code that could trigger the establishment of the login.

Any comments appreciated.

Thanks

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: Adding a payment mechanism to a web app
« Reply #1 on: July 14, 2014, 04:05:18 PM »
Hi Keith,

It really depends on the visitors to your site. Can you assume that every single visitor will have a Paypal account? Will they sign up for a new Paypal account? I think the best solution is to use a payment gateway like Authorize.net.

This way you can be sure that your app will work with any processor that supports Authorize.net. Not sure where you are located, almost all the major processors in the US and Canada support Authorize.net.

You will pass the card info to Authorize.net using their API and get a Response back. You can then complete your transaction once the payment is approved.

http://developer.authorize.net/api/

Regards

Bijan

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Adding a payment mechanism to a web app
« Reply #2 on: July 14, 2014, 05:01:30 PM »
Hi Keith
Nettalk  usergroup webinar No 24 had a section on processing payments. May be a starting point.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Adding a payment mechanism to a web app
« Reply #3 on: July 15, 2014, 03:26:07 PM »
Thanks Bijan, I will look at Authorize.  I thought that with PayPal the 'purchaser' didn't have to have a PayPal account - they would just use PayPal to make the payment with their credit card.

Terry, thanks for the link - more video watching!

Cheers

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Adding a payment mechanism to a web app
« Reply #4 on: July 17, 2014, 05:11:52 AM »
>>  I thought that with PayPal the 'purchaser' didn't have to have a PayPal account - they would just use PayPal to make the payment with their credit card.

that's not universally true. ie it works in some countries, but not in others.

cheers
Bruce