Logo
Adyen APIs API Documentation

Deactivate an account holder

PATCH {{baseUrl}}/accountHolders/:id

Updates an account holder. When updating an account holder resource, if a parameter is not provided in the request, it is left unchanged.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "balancePlatform": "YOUR_BALANCE_PLATFORM", "description": "Liable account holder used for international payments and payouts", "legalEntityId": "LE322JV223222F5GKQZZ9DS99", "reference": "S.Eller-001", "id": "AH3227C223222C5GKR23686TF", "status": "closed" }



Curl
curl -X PATCH 'https://balanceplatform-api-test.adyen.com/bcl/v2/accountHolders/:id' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"status":"closed"}'

ENDPOINTS