Owners

Update owner

Important: You can't update the details of an owner of a processing account.

Use this method to update the details of an owner associated with a funding recipient.

To update an owner, you need their ownerId. Our gateway returned the ownerId in the response of the Create Funding Recipient method and the Create Funding Recipient Owner method.

Note: If you don't have the ownerId, use the List Funding Recipient Owners method, the Retrieve Funding Recipient method, or the List Funding Recipients method to search for the funding recipient owner.

You can update the following details about an owner:

  • Personal details, including their name, date of birth, and address.
  • Identification details, including their identification type and number.
  • Contact details, including their email address.
  • Relationship to the business, including whether they are a control prong.
put/owners/{ownerId}

Path parameters

ownerIdinteger required

Unique identifier that we assigned to the owner.

Headers

Authorizationstring required

Bearer authentication

Request body

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.

Response

Successful request. We updated the owner.

object required

Changes

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