added

ID verification statuses added to the List Providers Endpoint

Overview

added

Recipes added to the List Providers API Endpoint

Overview

added

Attested state keys added to state_licenses

Overview

added

Assign Workflow API Endpoint

The Assign Workflow endpoint enables users to update the recipe (workflow) for a provider. This will prime the wallet to take a provider through the recipe once they log in. For users that are leveraging SSO, this will ensure that the recipe can be changed for the provider while allowing them to complete their wallet in the respective application rather than having to log in to the Axuall platform.

fixed

11.10.2023 API Release Notes

  1. Education data not populating correctly in the Verified Share endpoint
    1. There was a bug in the Verified Share endpoint related to education that was not populating the information correctly or de-deduplicating. This been fixed so that education data is populating correctly in the education array and education information is being de-deduplicated.
fixed

10.17.2023 API Release Notes

  1. Providers with invitation status of invite_blocked returning 500 error in the API
    1. Providers with an invitation status of invite_blocked were causing the API to return a 500 internal server error because the API was not expecting to see that status. This has been corrected so that endpoints that would return invitation statuses are able to show this one now.
fixed

10.13.2023 API Release Notes

  1. Get Provider endpoint returning incorrect ID verification status
    1. The Get Provider endpoint was not returning the correct ID verification status for some providers. This has been resolved so that providers with an incomplete verification status show up as incomplete and those with a complete status return the complete one.
fixed

10.05.2023 API Release Notes

  1. Get Provider Endpoint Returning Presentation_unavailable Error Message
    1. There was a bug where the Get Provider endpoint was returning a presentation_unavailable error message for providers that were still in progress of completing their wallet. This caused users to not be aware of when ID verification was completed for providers. This issue has been fixed so that data is able to be returned regardless of the wallet being complete or not.
fixed

09.13.2023 API Release Notes

  1. Duplicate data removed from the List Providers Endpoint
    1. Duplicate data that was returning for providers in the List Providers endpoint has been resolved. The endpoint no longer returns duplicate data for providers when provider data is called from it.