Logo
API_DOC API Documentation

Unsuspend an account holder

POST {{baseUrl}}/unSuspendAccountHolder

Changes the status of an account holder from Suspended to Inactive. Account holders can have a Suspended `status` if you suspend them through the `/suspendAccountHolder` endpoint or if a verification deadline expires. You can only unsuspend account holders if they do not have verification checks with a FAILED `status`.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/unSuspendAccountHolder' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}'

ENDPOINTS