Update Merchant
This endpoint updates an existing merchant account details.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
The unique identifier of the merchant account to update
35253486
The updated name of the merchant account
"SkyLink Aviation Services"
The updated currency code (can only be changed if merchant has no transactions)
"MWK"
The category a merchant account belongs to i.e. Aviation
"AVI"
The postal address of the merchant
"P.O. Box 30245, Lilongwe, Malawi"
The rule code to apply when charging the transaction fee on collection payment whether should be borne by the merchant or customer
"CC"
The rule code to apply when charging the transaction fee on disbursement (payout) payment whether should be borne by the merchant or customer
"CM"
The unique identifier of the organization
"FYH0NTVW0DXK"
Email address of the user updating the merchant
"admin@example.com"
The updated level number for the merchant. See Get Authorization Levels for available levels.
3
Response
OK - Merchant successfully updated
The response is of type string.
"Merchant has been updated successfully"