The API is for requesting beneficiary verification to the beneficiary VASPAs the verification process works in an asynchronous manner, you can check the result by (1) polling (calling API repeatedly) the result by verificationUuid, or (2) implementing a callback VASP API enabling you to get the result notification.åCallback option is recommended.
polling
: Repeatedly asking for results via Verification Result API while the process is done.Callback API
: Implementing the callback API on VASP side and set it as an environment variable in order to make the enclave call the API to notify the result.