For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • Reference - Partner API
      • POSTCreate an Onboarding
      • GETGet an Onboarding by Merchant Reference
      • GETGet an Onboarding by Onboarding ID
      • PUTUpdate an Onboarding
      • GETGet Activations
      • Capabilities
      • Channel
      • Owner
      • Business
      • Onboarding
      • PostOnboardingResponse
      • OnboardingPostPut
LogoLogo
Reference - Partner APIOnboardings

Owner

Example
1{
2 "firstName": "Sam",
3 "lastName": "Merchant",
4 "dob": "2023-02-21",
5 "taxId": "TaxId123",
6 "jobTitle": "CEO",
7 "owns25": true,
8 "significantResponsibility": false,
9 "address": {
10 "address1": "123 Main St",
11 "address2": "Apt 1403",
12 "city": "New York",
13 "state": "NY",
14 "postCode": "10011",
15 "countryCode": "US"
16 }
17}
Was this page helpful?
Previous

Business

Next
Built with

Response

ownerobjectRequired
Personal details of the business owner. This object is optional for public companies and nonprofits if the partner chooses to pass the business type in the optional businessType field; otherwise, it's required.