Customers are created when you create a reserved account or initialise a transaction. This API can be used to update a customer's email and name.

PUT: https://sandbox.monnify.com/api/v1/customer/update/{currentCustomerEmail}

Please note that this endpoint is protected by OAuth 2.0 Bearer Token


Sample Request

{
    "customerFullName":"Chidera Nwoke",
    "customerEmail":"chima@gmail.com"
}


Sample Response

{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "customerFullName": "Chidera Nwoke",
        "customerEmail": "chima@gmail.com"
    }
}


Field Reference

Request

FieldDescriptionCompulsory

currentCustomerEmail

Current email for configured for the customer on Monnify. This email currently identifies the customer.

Yes
customerEmailUpdated customer's email. Could be same thing as the current customer email.Yes
customerFullNameUpdated customer's name. Could be the same if customer's name is not changing.No