View Full Version : Welcome message
Rossen Stoyanchev
Nov 2nd, 2010, 11:59 AM
Welcome to the forum for the Spring Payment Services project!
This project aims to provide a Spring-friendly Java API for integrating a wide range of payment services into Spring-powered applications. It is currently in incubator status. However it has a home (http://www.springsource.org/spring-payment) page, Git (http://git.springsource.org/spring-payment) source repository, JIRA (https://jira.springframework.org/browse/SPS), this discussion forum, and sample code you can run.
Download a zipped distribution or checkout from source. The sample is a version of the familiar Spring Travel application modified to collect and process credit card information at the end of the booking process as well as integration with Twitter through the new Spring Social (http://www.springsource.org/spring-social) project.
Planned work for the project can be viewed in JIRA (https://jira.springframework.org/browse/SPS). If this project relates to your application or you have comments or questions we would like to hear from you.
Rossen
AnuragP
Nov 12th, 2010, 06:16 PM
Hi,
I am not able to build spring payment project due to missing cybersource arttifact. it seems that the jars related to cybersource are not present in the maven repository mentioned in the pom.
Can you please let me know where can I get these jars so that i can build & run the tests ?
Rgds,
Anurag
Rossen Stoyanchev
Nov 15th, 2010, 03:47 AM
There is a readme in the distribution as well as in the root checkout directory. Please follow the instructions there to get up and running. That said you can download the jars from the Cybersource website. You need the Simple Order API (http://www.cybersource.com/support_center/implementation/downloads/simple_order/matrix.html) SDK.
Brent Schneeman
Nov 16th, 2010, 12:12 PM
There is a readme in the distribution as well as in the root checkout directory. Please follow the instructions there to get up and running. That said you can download the jars from the Cybersource website. You need the Simple Order API (http://www.cybersource.com/support_center/implementation/downloads/simple_order/matrix.html) SDK.
Hi Rossen:
I wound up putting these dependencies in the 'travel' project's pom.xml:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mapper</artifactId>
<version>1.0.0.SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
<version>1.0.7</version>
</dependency>
and once I did that (after essentially following the other install directions), I was able to build 'travel'.
dnlegge
Aug 3rd, 2011, 04:12 AM
Why is the project trying to stick with Java 1.5?
rowatt
Jan 13th, 2012, 12:20 AM
You'll want to take a look at jPOS for the message parsing of payment messages. Also both Visa and MasterCard provide test facilities that will be handy for testing:
MasterCard API - https://developer.mastercard.com/portal/display/api/Payments
Visa API - http://developer.authorize.net/
If you need any help I have 9 years experience writing software for a Payment Services Provider and have written code to process transactions will all the major banks in Australia, UK and US Processors (Global Payments, Paymentech, TSys, Amex, FDMS , RBSLynk etc). My expertise is in the 3DSecure part of payments and have written an MPI for Visa, MasterCard and Amex.
rowatt
Jan 13th, 2012, 12:24 AM
You'll want to take a look at jPOS for the message parsing of payment messages. Also both Visa and MasterCard provide test facilities that will be handy for testing:
MasterCard API - https://developer.mastercard.com/portal/display/api/Payments
Visa API - http://developer.authorize.net/
If you need any help I have 9 years experience writing software for a Payment Services Provider and have written code to process transactions will all the major banks in Australia, UK and US Processors (Global Payments, Paymentech, TSys, Amex, FDMS , RBSLynk etc). My expertise is in the 3DSecure part of payments and have written an MPI for Visa, MasterCard and Amex.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.