Konduto REST API v1 - Source Code
Konduto is a security service designed for e-commerce platforms. The API receives purchase data with a POST method as a JSON object. Konduto returns a recommendation of what to do and a confidence level. Konduto requires API Keys for authentication. Konduto features AI-based algorithms that detect fraudulent activities, browsing behavior recognition, and native application analysis.

- Summary
- SDKs (4)
- Articles (1)
- How To(0)
- Source Code(16)
- Libraries(0)
- Developers (0)
- Followers (0)
- Changelog (0)
Sample Source Code (16)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Konduto Passenger Java Sample Code | This Konduto Java Sample Code reads several required pieces of information associated with passengers including name, nationality, and documentation type. This also serializes the resulting JSON object, and throws an exception if it fails. |
![]() | Konduto Order test Java Sample Code | This Konduto Java Sample Code demonstrates how to implement order error checks. This also show how to serialize to JSON, and throw exceptions. |
![]() | Konduto Model template Java Sample Code | This Konduto Java Sample Code serves as a template for different models. This snippet implements internal models, error handling, and customer mapping. |
![]() | Konduto Product test Java Sample Code | This Konduto Java Sample Code is a template for product serialization. The application retrieves item information, serializes the resulting object, and throws an exception in case it fails. |
![]() | Konduto Hotel object serialization Java Sample Code | This Konduto Java Sample Code retrieves hotel associated data. The snippet serializes the resulting hotelJSON object, and throws an error if this fails. |
![]() | Konduto Geolocation implementation Java Sample Code | This Konduto Java Sample Code is a test application that reads geolocation data. This throws an exception in case the serialization fails. |
![]() | Konduto Flight implementation Java Sample Code | This Konduto Java Sample Code is a flight test application for travel sections. The snippet implements travel date, fares, and connections. This also serializes the resulting object, and throws an error if it fails. |
![]() | Konduto Device test Java Sample Code | This Konduto Java Sample Code attempts to serialize a device object, and throws an error if it fails. |
![]() | Konduto Debit payment Java Sample Code | This Konduto Java Sample Code is a test model that retrieves debit information. |
![]() | Konduto Customer implementation Java Sample Code | This Konduto Java Sample Code demonstrates how to serialize a customer related object into JSON. This snippet also implements error handling. |
![]() | Konduto Credit card payment Java Sample Code | This Konduto Java Sample Code demonstrates how to perform and serialize credit card related payments into JSON. |
![]() | Konduto Address Test Java Sample Code | This Konduto Java Sample Code is a test implementation that demonstrates how to serialize address related data into JSON. |
![]() | Konduto Travel adapter test Java Sample Code | This Konduto Java Sample Code demonstrates how to serialize a JSON object associated with departures, returns, passengers, and travel type (flight, etc.). |
![]() | Konduto Payment serializer Java Sample Code | This Konduto Java Sample Code demonstrates how to implement payments. This demonstrates serialization with no expiration. |
![]() | Konduto Order test Ruby Sample Code | This Konduto Ruby Sample Code performs JSON serialization to validated orders. |
![]() | Konduto Customer test Ruby Sample Code | This Konduto Ruby Sample Code includes some user validation tests, and JSON serialization tests. |