2025-02-13
3 months ago
Paths
- Create an ID Verification check (
POST /v1/checks/id_verification
)- ✨ [Added] possible values of
settings.vendor
in request body:"veriff"
- ✨ [Added] possible values of
settings.mode
in request body:"default"
- ✨ [Added] possible values of
data.settings.vendor
in response body:"veriff"
- ✨ [Added] possible values of
data.settings.mode
in response body:"default"
- ✨ [Added] possible values of
data.vendor.name
in response body:"veriff"
- ✨ [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
), Refresh an ID Verification check url (POST /v1/checks/id_verification/{id}/refresh_url
)- ✨ [Added] possible values of
data.settings.vendor
in response body:"veriff"
- ✨ [Added] possible values of
data.settings.mode
in response body:"default"
- ✨ [Added] possible values of
data.vendor.name
in response body:"veriff"
- ✨ [Added] possible values of
Components schemas
IdVerificationCheckWebhook
- ✨ [Added] possible values of check.data.settings.vendor:
"veriff"
- ✨ [Added] possible values of check.data.settings.mode:
"default"
- ✨ [Added] possible values of check.data.vendor.name:
"veriff"
- ✨ [Added] possible values of check.data.settings.vendor: