The braintree component is used for integrating with the Braintree Payment System.
Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
apiName | path | common | true | org.apache.camel.component.braintree.internal.BraintreeApiName | ADDON ADDRESS CLIENTTOKEN CREDITCARDVERIFICATION CUSTOMER DISCOUNT MERCHANTACCOUNT PAYMENTMETHOD PAYMENTMETHODNONCE PLAN SETTLEMENTBATCHSUMMARY SUBSCRIPTION TRANSACTION WEBHOOKNOTIFICATION |
What kind of operation to perform | |
methodName | path | common | java.lang.String | What sub operation to use for the selected operation | |||
environment | parameter | common | true | java.lang.String | The environment Either SANDBOX or PRODUCTION | ||
inBody | parameter | common | java.lang.String | Sets the name of a parameter to be passed in the exchange In Body | |||
merchantId | parameter | common | true | java.lang.String | The merchant id provided by Braintree. | ||
privateKey | parameter | common | true | java.lang.String | The private key provided by Braintree. | ||
publicKey | parameter | common | true | java.lang.String | The public key provided by Braintree. | ||
bridgeErrorHandler | parameter | consumer | boolean | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exceptionHandler | parameter | consumer (advanced) | org.apache.camel.spi.ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exchangePattern | parameter | consumer (advanced) | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the exchange pattern when the consumer creates an exchange. | ||
httpReadTimeout | parameter | advanced | java.lang.Integer | Set read timeout for http calls. | |||
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | ||
httpLogLevel | parameter | logging | java.lang.String | Set logging level for http calls, @see java.util.logging.Level | |||
proxyHost | parameter | proxy | java.lang.String | The proxy host | |||
proxyPort | parameter | proxy | java.lang.Integer | The proxy port |
The Braintree consumer.