blob: 6ea4f54b746fd4e3856086b401cd96681ecffb92 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.braintree.CamelBraintreeSinkConnector",
"artifactId": "camel-braintree-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-braintree-sink",
"type": "sink",
"version": "0.7.0",
"description": "Process payments using Braintree Payments."
},
"properties": {
"camel.sink.path.apiName": {
"name": "camel.sink.path.apiName",
"description": "What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION]",
"priority": "HIGH",
"required": "true",
"enum": [
"ADD_ON",
"ADDRESS",
"CLIENT_TOKEN",
"CREDIT_CARD_VERIFICATION",
"CUSTOMER",
"DISCOUNT",
"DISPUTE",
"DOCUMENT_UPLOAD",
"MERCHANT_ACCOUNT",
"PAYMENT_METHOD",
"PAYMENT_METHOD_NONCE",
"PLAN",
"REPORT",
"SETTLEMENT_BATCH_SUMMARY",
"SUBSCRIPTION",
"TRANSACTION",
"WEBHOOK_NOTIFICATION"
]
},
"camel.sink.path.methodName": {
"name": "camel.sink.path.methodName",
"description": "What sub operation to use for the selected operation One of: [accept] [addFileEvidence] [addTextEvidence] [cancel] [cancelRelease] [cloneTransaction] [create] [createForCurrency] [credit] [delete] [fetchMerchantAccounts] [finalize] [find] [generate] [grant] [holdInEscrow] [parse] [refund] [releaseFromEscrow] [removeEvidence] [retryCharge] [revoke] [sale] [search] [submitForPartialSettlement] [submitForSettlement] [transactionLevelFees] [update] [updateDetails] [verify] [voidTransaction]",
"priority": "HIGH",
"required": "true",
"enum": [
"accept",
"addFileEvidence",
"addTextEvidence",
"cancel",
"cancelRelease",
"cloneTransaction",
"create",
"createForCurrency",
"credit",
"delete",
"fetchMerchantAccounts",
"finalize",
"find",
"generate",
"grant",
"holdInEscrow",
"parse",
"refund",
"releaseFromEscrow",
"removeEvidence",
"retryCharge",
"revoke",
"sale",
"search",
"submitForPartialSettlement",
"submitForSettlement",
"transactionLevelFees",
"update",
"updateDetails",
"verify",
"voidTransaction"
]
},
"camel.sink.endpoint.environment": {
"name": "camel.sink.endpoint.environment",
"description": "The environment Either SANDBOX or PRODUCTION",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.inBody": {
"name": "camel.sink.endpoint.inBody",
"description": "Sets the name of a parameter to be passed in the exchange In Body",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.merchantId": {
"name": "camel.sink.endpoint.merchantId",
"description": "The merchant id provided by Braintree.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpReadTimeout": {
"name": "camel.sink.endpoint.httpReadTimeout",
"description": "Set read timeout for http calls.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpLogLevel": {
"name": "camel.sink.endpoint.httpLogLevel",
"description": "Set logging level for http calls, see java.util.logging.Level One of: [OFF] [SEVERE] [WARNING] [INFO] [CONFIG] [FINE] [FINER] [FINEST] [ALL]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"OFF",
"SEVERE",
"WARNING",
"INFO",
"CONFIG",
"FINE",
"FINER",
"FINEST",
"ALL"
]
},
"camel.sink.endpoint.httpLogName": {
"name": "camel.sink.endpoint.httpLogName",
"description": "Set log category to use to log http calls.",
"defaultValue": "\"Braintree\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.logHandlerEnabled": {
"name": "camel.sink.endpoint.logHandlerEnabled",
"description": "Sets whether to enable the BraintreeLogHandler. It may be desirable to set this to 'false' where an existing JUL - SLF4J logger bridge is on the classpath. This option can also be configured globally on the BraintreeComponent.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "The proxy host",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "The proxy port",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessToken": {
"name": "camel.sink.endpoint.accessToken",
"description": "The access token granted by a merchant to another in order to process transactions on their behalf. Used in place of environment, merchant id, public key and private key fields.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateKey": {
"name": "camel.sink.endpoint.privateKey",
"description": "The private key provided by Braintree.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.publicKey": {
"name": "camel.sink.endpoint.publicKey",
"description": "The public key provided by Braintree.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.braintree.lazyStartProducer": {
"name": "camel.component.braintree.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.braintree.autowiredEnabled": {
"name": "camel.component.braintree.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.braintree.configuration": {
"name": "camel.component.braintree.configuration",
"description": "Component configuration",
"priority": "MEDIUM",
"required": "false"
}
}
}