API 0.2.112

Released into Sandbox: February 20, 2025
Released into Production:

API 0.2.112 contains various bug fixes and system improvements, including the below:

  • The verification_ids field in the /kyc endpoint response has been updated from a list of UUID strings to a dictionary to include the entity handle for each verification UUID.
    • This will allow the verification flow UUID to be accurately mapped to the entity handle from the response.
    • Each dictionary will have the following format:
{
"entity": "<user_handle>",
"verification_id": "verification_flow_uuid>"
}