Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Braintree component provides access to Braintree Payments trough through theirs Java SDK. services which support the following payment methods:

In All client applications need API credential in order to process payments. In order to use camel-braintree with your account, you 'll need to create a new need to provide some API credentials you can obtains from your account (Sandbox or Production account.)

 

Maven users will need to add the following dependency to their pom.xml for this component:

 

Code Block
languagexml
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-braintree</artifactId>
    <version>x.x.x</version>
    <version>${camel-version}</version><!-- use the same version as your Camel core version -->
</dependency>

 

URI format

 

Code Block
linkedin://endpoint-prefix/endpoint?[options]

 

...