Logo
Adyen APIs API Documentation

Create an account holder

POST {{baseUrl}}/accountHolders

Creates an account holder linked to a legal entity.

 

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": "LE322JV223222D5GG42KN6869", "reference": "S.Eller-001", "capabilities": { "receiveFromPlatformPayments": { "enabled": true, "requested": true, "allowed": false, "verificationStatus": "pending" }, "receiveFromBalanceAccount": { "enabled": true, "requested": true, "allowed": false, "verificationStatus": "pending" }, "sendToBalanceAccount": { "enabled": true, "requested": true, "allowed": false, "verificationStatus": "pending" }, "sendToTransferInstrument": { "enabled": true, "requested": true, "allowed": false, "requestedSettings": { "interval": "daily", "maxAmount": { "currency": "EUR", "value": 0 } }, "verificationStatus": "pending" } }, "id": "AH3227C223222H5J4DCLW9VBV", "status": "active" }



Curl
curl -X POST 'https://balanceplatform-api-test.adyen.com/bcl/v2/accountHolders' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"description":"Liable account holder used for international payments and payouts","reference":"S.Eller-001","legalEntityId":"LE322JV223222D5GG42KN6869"}'

ENDPOINTS