Merge accounts

Merge source account virtual token balances into destination account wallets

The source account is closed and both accounts are tagged accordingly.

Securitytilia_auth
Request
Request Body schema: application/json
required

Merge account request

source_account_id
required
string <= 36 characters

Tilia account ID

destination_account_id
required
string <= 36 characters

Tilia account ID

Responses
200

The request was successful

400

Invalid input

401

Unauthorized access.

500

Service unavailable or server error.

post/v2/merge-accounts
Request samples
application/json
{
  • "source_account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "destination_account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b"
}
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null
}