Skip to main content

Account Merge Result Codes

These are result codes that communicate success (200) or failure (400) specific to the Account Merge operation.

Learn more about the Account Merge operation.

  • OpSuccessACCOUNT_MERGE_SUCCESS

    Account succesfully merged.

  • OpMalformedACCOUNT_MERGE_MALFORMED

    The operation is malformed because the source account cannot merge with itself. The destination must be a different account.

  • op_no_accountACCOUNT_MERGE_NO_ACCOUNT

    The destination account does not exist.

  • op_immutable_setACCOUNT_MERGE_IMMUTABLE_SET

    The source account has AUTH_IMMUTABLE flag set.

  • op_has_sub_entriesACCOUNT_MERGE_HAS_SUB_ENTRIES

    The source account has trustlines and/or offers.

  • op_seq_num_too_farACCOUNT_MERGE_SEQNUM_TOO_FAR

    Source account sequence number is too high.

  • op_dest_fullACCOUNT_MERGE_DEST_FULL

    The destination account cannot receive the balance of the source account and still satisfy its lumen buying liabilities.