Update merchant code
Update merchant virtual code
POST "https://api-fsdh360-test.fsdhgroup.com/api/MerchantCodes/merchant/update"
Query Parameters
Name
Type
Description
api-version
String
The api version is '1'
{
"id": 0,
"marchantName": "string",
"requesterName": "string",
"codeDescription": "string",
"commission": 0,
"commisionDeductionType": 0,
"commissionDeductionAccount": "string",
"notificationUrl": "string",
"isNotificationEnabled": true,
"notificationAuthType": "string",
"notificationUsername": "string",
"notificationPassword": "string"
}
Last updated