Create merchant virtual codes

Create merchant virtual codes

POST "https://api-fsdh360-test.fsdhgroup.com/api/MerchantCodes/merchant"

To get the merchant virtual codes the below Parameters should be provided.

Query Parameters

Name
Type
Description

api-version

String

1

 {
  "code": "string",
  "marchantName": "string",
  "requesterName": "string",
  "codeDescription": "string",
  "commission": 0,
  "commisionDeductionType": 0,
  "commissionDeductionAccount": "string",
  "notificationUrl": "string",
  "isNotificationEnabled": true,
  "notificationAuthType": "string",
  "notificationUsername": "string",
  "notificationPassword": "string"
}code
Curl and Request URL

Last updated