Skip to main content

Testing Multiple Account Owners

You can test multiple account owners using just our API endpoints or using our Connect Widget and API endpoints. By the end of this testing, an object will return for multiple account owners along with their contact information.

Example of the returned object

_42
{
_42
"account_owners": [
_42
{
_42
"guid": "ACO-51aac426-03c4-4e12-8efe-91e9799e401f",
_42
"user_guid": "USR-ee249425-9a0c-4c73-9fc6-52ca3ad70063",
_42
"member_guid": "MBR-4a74a38f-975a-4aa9-94d5-459900e018ed",
_42
"account_guid": "ACT-b2f3e208-e568-4728-8dda-c3a1a6a57f22",
_42
"owner_name": "John Smith",
_42
"address": null,
_42
"city": null,
_42
"state": null,
_42
"postal_code": null,
_42
"country": null,
_42
"email": "test@example.com",
_42
"phone": null,
_42
"first_name": null,
_42
"last_name": null
_42
},
_42
{
_42
"guid": "ACO-3fd5012d-9098-46f4-988f-8938a42dd81a",
_42
"user_guid": "USR-ee249425-9a0c-4c73-9fc6-52ca3ad70063",
_42
"member_guid": "MBR-4a74a38f-975a-4aa9-94d5-459900e018ed",
_42
"account_guid": "ACT-b2f3e208-e568-4728-8dda-c3a1a6a57f22",
_42
"owner_name": "Mary Smith",
_42
"address": "123 Easy St",
_42
"city": "Schenectady",
_42
"state": "NY",
_42
"postal_code": "12345",
_42
"country": "USA",
_42
"email": "mary.smith@example.com",
_42
"phone": "+1123-456-7890",
_42
"first_name": null,
_42
"last_name": null
_42
}
_42
],
_42
"pagination": {
_42
"current_page": 1,
_42
"per_page": 25,
_42
"total_entries": 1,
_42
"total_pages": 1
_42
}
_42
}

You must use the MXCU (OAuth) institution ("institution_code": "mxcu_oauth") in the integrations environment. The MXCU (Credential) institution doesn't support multiple account owners.

If you're unable to find this institution using our Connect Widget or through searching with our API endpoints, please contact us and we'll enable this institution for you.

Login Credentials

When following the guides to test multiple account owners using the MXCU (OAuth) institution ("institution_code": "mxcu_oauth"), you must use the following credentials:

  • Username: multipleaccountowners
  • Password: testpassword

If you're only using the API, refer to Integrate without using MX's Connect Widget guide. For this test institution, you'll need to create an OAuth member.

If you're using the Connect Widget, refer to Integrate using MX's Connect Widget.

Credentials & OAuth

This section further details how OAuth works for the MXCU (OAuth) institution.

When you select MXCU (OAuth) from search, or load the Connect Widget with it by configuring current_institution_code, you'll see the following screen before going to the OAuth provider:

Screenshot of oauth connection screen where you select log in

For this test institution only, you must use the following credentials:

  • Username: multipleaccountowners
  • Password: testpassword

Then, you'll end up on this page:

Screenshot of oauth connection screen for authorization

From here you can select Authorize to simulate authorization and success paths, and Deny to simulate an error path.