• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to Build a Payment gateway either using Java nor PHP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Anybody can suggest me, how can we make our own payment gateway in java to accept money with credit cards and internet banking?
We have merchant rights for Bank.

if possible please reach me.How to Build a Payment gateway either using Java nor PHP

Thanks
P Vinod kumar Reddy
 
Rancher
Posts: 4801
50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your bank would normally have a provider for those sorts of services, and you would be implementing their service in the way they recommend.
Or at least recommend one.
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you want to accept payments on your web site? That is not what's called a payment gateway. Payment gateways are what you would connect to to clear the payment transactions - companies like Wirecard, Adyen etc. For merely accepting payments you would get an account with one of those, and then implement it on your web site using their SDKs (possibly more than one, maybe PayPal as well).
 
Ranch Hand
Posts: 67
Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure you are using correct terms to explain your requirement, do you want to build an application which can be consumed by other apps to do money trabsactions or you want to build an app which can allow payments like how you can make payment on flipcart?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic