Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

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

Please note that this endpoint is protected using OAuth2 Token. Visit Authentication  section of this document for details on OAuth2 Token.by OAuth 2.0 Bearer Token


Sample Request

Code Block
languagejs
themeRDark
titleUpdate Customer Details Request
{
    "customerFullName":"Chidera Nwoke",
    "customerEmail":"chima@gmail.com"
}

...