Logo
API_DOC API Documentation

Add an account to an account holder

POST {{baseUrl}}/createAccount

Creates an account under an account holder. An account holder can have multiple accounts.

 

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/createAccount' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER"}'

ENDPOINTS