Sis Inside API platform now offers two distincts control result triggering methods
| Endpoint | POST/checks | POST/async-checks |
| Request payload | As described in API documentation | Identical to POST/checks |
| Response payload | As described in API documentation | Identical to POST/checks |
| Mechanism | Provide a definitive result | Provide an always pending state check result |
| Result retrieval | Standard | Pull the GET/audition/id route |
| Indicative response time | 700 MS | 250 MS |
| Indicative max response time | 10 000 MS | < 1 000 MS |
| When to use | Least time sensitive processes | Highly time sensitive processes like customer facing flows such as online KYC/KYB |
Useful ressources