Factsheet

2.1.1: Update Profile

In certain cases, you may need to update a consumer's profile. This command helps you achieve that.

Command Format

{
    "userInfo":    {
        "id"  :    "us0123456789abcdefghij0123456789",
        "athrzt" : {
            "id" : "id1234567890abcdefghij1234567890",
            "key": "ky1234567890abcdefghij1234567890"
        }
    },
    "cmmnd":  {
        "cmmnd":   "entt_61650326540479734892b1uszoua2hib*--PUT THE NAME OF THE KYC YOU WANT TO UPDATE HERE--: updt",
        "seed" :   {
             "newValue": "--PUT THE NEW VALUE HERE--"
        }
    }
}

  • Updatable KYC Data: Possible KYC data that can be updated include: Contact Address (ADRS.ADRS) and Proof of Address (ADRS.PRFX).

Example

{
    "userInfo":    {
        "id"  :    "us0123456789abcdefghij0123456789",
        "athrzt" : {
            "id" : "id1234567890abcdefghij1234567890",
            "key": "ky1234567890abcdefghij1234567890"
        }
    },
    "cmmnd":  {
        "cmmnd":   "entt_61650326540479734892b1uszoua2hib*ADRS.ADRS: updt",
        "seed" :   {
             "newValue": "26BN, DELE ADEDEJI STREET, LEKKI PHASE 1, LAGOS"
        }
    }
}

Response Sample

{
    "exctnFdbck": {
        "id" : "75"
    }
}