Merge accounts
Merge two or more financial accounts that an end user has identified as duplicates. Provide at least two account GUIDs belonging to the same user.
danger
The response will return a single consolidated account. Any other accounts you provided that were not included in the response will be deleted. This is a destructive action and can't be undone.
POST
/users/{user_guid}/accounts/merge
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
account | Required | Object |
Loading...