Recent

Author Topic: Credit card processing controls  (Read 5628 times)

Daniello

  • Jr. Member
  • **
  • Posts: 64
Credit card processing controls
« on: November 21, 2013, 11:59:00 am »
Hello!
I am looking for any credit card processor for Delphi/Lazarus, to integrate with one of my apps.
Basically I need something that allows users to pay with creditcard, in order to unlock features in the app.
Tried to google it a lot, could not find anything (maybe not using the right keywords?)

Anyone knows of something like this?  :)

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Credit card processing controls
« Reply #1 on: November 21, 2013, 12:08:52 pm »
That's a service given by your bank and every bank has its own api to use talk with your bank and see what you can do or use any other online service that supports that.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

Daniello

  • Jr. Member
  • **
  • Posts: 64
Re: Credit card processing controls
« Reply #2 on: November 21, 2013, 12:35:24 pm »
But there must be some service that allows apps to process payments, like Paypal works, but Paypal as far as I know cannot be used by desktop apps

garlar27

  • Hero Member
  • *****
  • Posts: 652
Re: Credit card processing controls
« Reply #3 on: November 21, 2013, 01:05:04 pm »
But there must be some service that allows apps to process payments, like Paypal works, but Paypal as far as I know cannot be used by desktop apps
I think they have a WebService you can consume from your app like Amazon has. Try googling "paypal WS" without the double quotation.

Daniello

  • Jr. Member
  • **
  • Posts: 64
Re: Credit card processing controls
« Reply #4 on: November 21, 2013, 01:07:01 pm »
I googled that, thanks, that will do :)
Also it seems that there are already some premade solutions for Delphi, but well, expensive, at 400$ or more, I will try to roll my own

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Credit card processing controls
« Reply #5 on: November 21, 2013, 04:54:58 pm »
It doesn't have to be a bank server. There're special payment services aka merchants.

(for US/Canada):
Authorize.NET http://developer.authorize.net/
Bluepay http://www.bluepay.com/developers
Solupay http://www.solupay.com/Products_and_Services/Credit_and_Debit_Card_Processing
... and more?

The implementation for each of these is extremely trivial HTTPS WebService call.

Could be done within a day using... let's say Synapse library.




Daniello

  • Jr. Member
  • **
  • Posts: 64
Re: Credit card processing controls
« Reply #6 on: November 21, 2013, 04:58:49 pm »
I see, thanks for your input, did not know about these.
Seems that it requires payment to use their services though, and in other hand, I think Paypal service is free (well, might have a little % fee per payment I guess, but that is ok for me)

 

TinyPortal © 2005-2018