Verification Result List

Get verification result list

GET http://<enclave-endpoint>/v1/verifications

You can get the list of past verification requests and results using this API.

In querying the verification history, you can use multiple optional query parameters collaboratively(AND operation) to specify the targets.

Request

Query Parameters

  • result field specification is as follows.

    • The field value is one of "VERIFIED","DENIED","UNKNOWN","ERROR"

    • VERIFIED: The user is successfully verified without any doubt or problem.

    • DENIED: The wallet address is valid but the requested action is not allowed from the user's unexpected problems. (e.g. lack of KYC credential)

    • UNKNOWN: The wallet address is unknown to the VASP.

    • ERROR: Any other exceptional cases.

  • actionType field specification is as follows.

    • The field value is one of "SEND" or "RECEIVE" along with the VASP Transaction Type.

    • SEND: VASP sending case.

    • RECEIVE: VASP receiving case.

Response Body

Payload

  • result field specification is as follows.

    • The field value is one of "VERIFIED","DENIED","UNKNOWN","ERROR"

    • VERIFIED: The user is successfully verified without any doubt or problem.

    • DENIED: The wallet address is valid but the requested action is not allowed from the user's unexpected problems. (e.g. lack of KYC credential)

    • UNKNOWN: The wallet address is unknown to the VASP.

    • ERROR: Any other exceptional cases.

  • reason field specification is as follows.

    • Refer to the below table for the message field value.

  • verifications.assetInfo.isExceedingThreshold field specification

    • If the amount of virtual asset transfer is over or equal to the legal threshold for verification requirement, use true.

    • Or, the field returns false.

Last updated