Owners

Retrieve owner

Use this method to retrieve details about an owner of a processing account or an owner associated with a funding recipient.

To retrieve an owner, you need their ownerId. Our gateway returned the ownerId in the response of the Create Processing Account method or the Create Funding Recipient Owner method.

Note: If you don't have the ownerId, use the Retrieve Processing Account method if you are searching for a processing account owner, or use the List Funding Recipient Owners method if you are searching for a funding recipient owner.

Our gateway returns the following information about an owner:

  • Name, date of birth, and address.
  • Contact details, including their email address.
  • Relationship to the business, including whether they are a control prong or authorized signatory, and their equity stake in the business.
get/owners/{ownerId}

Path parameters

ownerIdinteger required

Unique identifier that we assigned to the owner.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. Returns the requested owner.

ownerIdinteger

Unique identifier that we assigned to the owner.

firstNamestring required

Owner's first name.

middleNamestring

Owner's middle name.

lastNamestring required

Owner's last name.

dateOfBirthstring date required

Owner's date of birth. The format of this value is YYYY-MM-DD.

Changes

No recorded changes to this endpoint across all 1 revision of this API.