Get an account holder

post/getAccountHolder

Returns the details of an account holder.

Endpoint destination URL
https://cal-test.adyen.com/cal/services/Account/v6/getAccountHolder
Click to copy

Request Parameters

accountCodestring

The code of the account of which to retrieve the details.

Required if no accountHolderCode is provided.

accountHolderCodestring

The code of the account holder of which to retrieve the details.

Required if no accountCode is provided.

showDetailsboolean

True if the request should return the account holder details

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show moreShow less
  • 202 - Accepted

    The request has been accepted for processing, but the processing has not been completed.

    Show moreShow less