2024-05-07
about 1 year ago
Paths
- Create an ID Verification check (
POST /v1/checks/id_verification
)- ✨ [Added] possible values of
settings.mode
in request body:"auto"
- ✨ [Added] property
vendor
tosettings
in request body:"ubble"
,"checkout"
- ✨ [Added] possible values of
data.settings.mode
in response body:"auto"
- ✨ [Replaced] default value of
data.settings.mode
in response body:"liveness"
→"expert"
- ✨ [Added] property
vendor
todata.settings
in response body:"ubble"
,"checkout"
- ✨ [Added] required status to
data.settings.vendor
in response body - ✨ [Removed] default value from
data.vendor.name
in response body:"ubble"
- ✨ [Added] possible values of
data.vendor.name
in response body:"ubble"
- ✨ [Added] possible values of
- Retrieve an ID Verification check (
GET /v1/checks/id_verification/{id}
), Review an ID Verification check (PATCH /v1/checks/id_verification/{id}/review
)- ✨ [Added] possible values of
data.settings.mode
in response body:"auto"
- ✨ [Replaced] default value of
data.settings.mode
in response body:"liveness"
→"expert"
- ✨ [Added] property
vendor
todata.settings
in response body:"ubble"
,"checkout"
- ✨ [Added] required status to
data.settings.vendor
in response body - ✨ [Removed] default value from
data.vendor.name
in response body:"ubble"
- ✨ [Added] possible values of
data.vendor.name
in response body:"ubble"
- ✨ [Added] possible values of
- List all activities (
GET /v1/activities
)- ✨ [Added] possible values of
data[].context.vendor
in response body:"checkout"
- ✨ [Added] possible values of
- Refresh an ID Verification check url (
POST /v1/checks/id_verification/{id}/refresh_url
)- ✨ [Added] operation POST /v1/checks/id_verification/{id}/refresh_url