Logo
IntelliQA's Public API Documentation

ULCertAPI

Number of APIs: 3


The Collection describes the interface to the ULCertController API. This API enables brand test tool to be controlled in test scenarios, such as card simulation and Payment Certification testing.

In case you have an API-related question, please mail support@intelliqa.com

Certification Controller

You can download the Certification Controller from GitHub repo here: CertController

Environment

This collection includes a pre-configured environment setting. You will be need to set up the variables listed in order to run each request:

Name Description Example
url Certification Controller Endpoint http://localhost:5555
bttid BTT ID assgined in ConfigRest IntelliQABTT1


1. Terminate Testing

POST {{url}}

This will allow a user to select the brand test tool profile.



2. Card Simulation - Get Last Card Simulation Reports

POST {{url}}

This endpoint allows the user to Stop the CardSimulation



3. Certification - Transaction Finalization

POST {{url}}

This endpoint will finalize the transaction initiated



ENDPOINTS