Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
The unique identifier of the merchant account to update
Example:
35253486
The updated name of the merchant account
Example:
"KHUSA VILLAGE BANKS"
The updated currency code (can only be changed if merchant has no transactions)
Example:
"MWK"
Email address of the user updating the merchant
Example:
"johndoe@example.com"
The updated level number for the merchant. See Get Authorization Levels for available levels.
Example:
2
Response
200 - application/json
OK - Merchant successfully updated
The response is of type string.
Example:
"Merchant has been updated successfully"