Sub Merchant Operations
Sub Merchant :: List
Live URL : https://reportingapi.openpaydpsp.com.com/api/v3/merchant/sub/list
Test URL : https://psp-reportingapi-test.openpaydpsp.com/api/v3/merchant/sub/list
Parameter name | Details | Example | Type |
|---|---|---|---|
merchantId | The merchant identifier. | 1 | Int |
Successful Response
{
status: "APPROVED",
message: "Sub Merchant List Uploaded",
subMerchants:[{
id: 74,
parentId: 3,
name: "Sub merchant num.1",
3dStatus: "ALL",
mcc: "6012",
ipnUrl: "",
apiKey: "44fbbbf91e0cce19bf1a3ffb4e3fef77",
cpgKey: null,
type: "ECOM",
descriptor: "descriptor2",
secretKey: "e7737647",
comType: "API"
}]
}Updated 5 months ago