Logo
Adyen APIs API Documentation

Confirm data review

POST {{baseUrl}}/legalEntities/:id/confirmDataReview

Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://kyc-test.adyen.com/lem/v3/legalEntities/:id/confirmDataReview' -H 'Accept: application/json'

ENDPOINTS