2024-10-16
7 months ago
Paths
- Create an ID Verification check (
POST /v1/checks/id_verification
), 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] required property
ip_address
todata.information
in response body
- ✨ [Added] required property
Components schemas
IdVerificationCheckWebhook
- ✨ [Added] required property
ip_address
to check.data.information
- ✨ [Added] required property