Logo
API_DOC API Documentation

Create an individual account holder

POST {{baseUrl}}/createAccountHolder

Creates an account holder that represents the sub-merchant's entity in your platform. The details that you need to provide in the request depend on the sub-merchant's legal entity type. For more information, refer to Account holder and 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/createAccountHolder' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"GENERATE_CODE","accountHolderDetails":{"email":"tim@green.com","individualDetails":{"name":{"firstName":"Tim","gender":"MALE","lastName":"Green"}},"webAddress":"https: //www.your-website.com"},"legalEntity":"Individual"}'

ENDPOINTS