Skip to main content
POST
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.
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.

Authorizations

Authorization
string
header
required

The MX Platform API requires basic access authentication using your client_id and api_key. These credentials must be Base64 encoded and included in the Authorization header of each API request to ensure secure access.

Here's an example using curl to access v20250224. Replace https://int-api.mx.com/endpoint with the actual API endpoint you wish to access and your Base64 encoded client_id and api_key.

Headers

Accept-Version
string
default:v20250224
required

MX Platform API version.

Example:

"v20250224"

Path Parameters

user_guid
string
required

The unique identifier for a user, beginning with the prefix USR-.

Body

application/json
account
object

Response

200 - application/json

OK

account
object