Create funding recipient owner
Create a new owner, and add it to the funding recipient.
Path parameters
Unique identifier of the funding recipient.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request
Owner’s first name.
Owner’s last name.
Owner’s date of birth. The format of this value is YYYY-MM-DD.
Object that contains information about the address.
Array of identifier objects.
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.
Object that contains information about the owner’s relationship to the business.
Unique identifier of the owner.
Owner’s middle name.
Response
Successful request. We created the owner and added it to the funding recipient.
Owner’s first name.
Owner’s last name.
Owner’s date of birth. The format of this value is YYYY-MM-DD.
Object that contains information about the address.
Array of identifier objects.
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.
Object that contains information about the owner’s relationship to the business.
Unique identifier of the owner.
Owner’s middle name.