v1

latestOpenAPI 3.1.02026-07-201774202.6 KB
Account holders

Get an account holder

Returns the details of an account holder.

post/getAccountHolder

Request body

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.

Response

OK - the request has succeeded.

accountHolderCodestring

The code of the account holder.

legalEntity'Business' | 'Individual' | 'NonProfit'

The legal entity of the account holder.

pspReferencestring

The reference of a request. Can be used to uniquely identify the request.

resultCodestring

The result code.

submittedAsyncboolean

Indicates whether the request is processed asynchronously. Depending on the request's platform settings, the following scenarios may be applied:

  • true: The request is queued and will be executed when the providing service is available in the order in which the requests are received.
  • false: The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable.