Retrieve an owner
If you have the ownerId, you can use this method to retrieve the details of the owner. The response includes the owner’s contact details and information about the owner’s relationship to the business.
If you don’t have the ownerId, you can use the following methods to retrieve the owner’s information:
- Owners of processing accounts - Use the HATEOAS links that we send you when you Retrieve a processing account or List merchant platform’s processing accounts.
- Owners of funding recipients - Use the List funding recipient owners method.
Path parameters
ownerId
Unique identifier for the owner.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the requested owner.
firstName
Owner's first name.
lastName
Owner's last name.
dateOfBirth
Owner’s date of birth. The format of this value is YYYY-MM-DD.
address
Object that contains information about the address.
identifiers
Array of IDs.
contactMethods
Array of contactMethod objects.
Note: If you are adding information about an owner, you must provide at least an email address. If you are adding information about a contact, you must provide at least a contact number.
relationship
Object that contains information about the owner's relationship to the business.
ownerId
Unique identifier of the owner.
middleName
Owner's middle name.