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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Payment Gateway in java

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
How to implement the payment gateway in java.

please help me with an example.


Regards
Jyoti Mahajan
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
A payment gateway involves the use of technology / security whose scope is not within the confines of this post. Did you mean to ask how to integrate a website / web page with an existing payment gateway ? The gateways' documentation is the way to go.

please help me with an example.



I doubt one will be provided by anyone given that your post contains very few details. ShowSomeEffort
 
jyoti mahajan
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
yes i want to integrate it with my web application
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Then you will need the documentation from the payment processor. We cannot help you.
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Paypal is a well known gateway. Take a look at this -> https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_overview
 
Ranch Hand
Posts: 147
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You can use Paypal Services to integrate payment gateway to your code. There are some jars required to download and these have API to do payment.

You need to add those jars in the classpath and call that specific method with required input parameters. You can get details from paypal itself.

For testing purpose, you can use Test credit card numbers and paypal provide one test url which is similar to real paypal payment gateway URL.

As of now, I am forgetting that test URL but you can get information on google by seraching "Pilot url for Paypal"..

Hope this will help you.

-Sunil
 
Ranch Hand
Posts: 48
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi sunil,

Can paypal be integrated with available CMCs like drupal?

Also, can you please send me any article link for payment gateway implementation?
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Welcome to Coderanch shikha

This is a 4 year old thread and it is very unlikely that the people in the thread will respond now.
Deepak has already posted a link which explains almost everything realted to PayPal integration.
Also it can be integrated with Drupal.

I am locking this thread. If you have further questions, please start a new topic in the appropriate forum.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic