Skip to content

caravelo/spreedly-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spreedly Java Client Build Status

You can sign up for a Spreedly account at Spreedly.

Installation

Requires Java 1.7 and later.

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.caravelo</groupId>
  <artifactId>spreedly-java-client</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Gradle users

Add this dependency to your project's build file:

  compile "com.caravelo:spreedly-java-client:0.0.1-SNAPSHOT"

Usage

Add sample usages. (TODO)

Documentation

(TODO)

Supported actions (9/38)

Gateways

  • Authorize
  • Create
  • General Credit
  • Index
  • Options Index
  • Purchase
  • Redact
  • Retain
  • Show
  • Store
  • Transactions
  • Update
  • Verify

Payment Methods

  • Create (Transparent Redirect)
  • Create (Authenticated API)
  • Create (JavaScript API)
  • Index
  • Recache
  • Redact
  • Retain
  • Show
  • Transactions
  • Update

Transactions

  • Capture
  • Credit
  • Index
  • Purchase
  • Show
  • Transcript
  • Void

Receivers

  • Create
  • Deliver
  • Index
  • Redact
  • Show
  • Update

Certificates

  • Create
  • Update

Testing

Add testing info. (TODO)

Releases

No releases published

Packages

No packages published

Languages