POST api/MFData/GetPaidStatus

Request Information

URI Parameters

None.

Body Parameters

GetPaidStatusInputModels
NameDescriptionTypeAdditional information
TranId

string

None.

FirstPan

string

None.

Authentication

Authentication

None.

IFAID

string

None.

MembID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TranId": "sample string 1",
  "FirstPan": "sample string 2",
  "Authentication": {
    "consumerSecret": "sample string 1",
    "consumerKey": "sample string 2"
  },
  "IFAID": "sample string 3",
  "MembID": 4
}

application/xml, text/xml

Sample:
<GetPaidStatusInputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <Authentication>
    <consumerKey>sample string 2</consumerKey>
    <consumerSecret>sample string 1</consumerSecret>
  </Authentication>
  <FirstPan>sample string 2</FirstPan>
  <IFAID>sample string 3</IFAID>
  <MembID>4</MembID>
  <TranId>sample string 1</TranId>
</GetPaidStatusInputModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetPaidStatusOutputInfo
NameDescriptionTypeAdditional information
STATUS

string

None.

ERR_DESCRIPTION

string

None.

ResponseCode

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "ERR_DESCRIPTION": "sample string 2",
  "ResponseCode": "sample string 3",
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<GetPaidStatusOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <Message>sample string 4</Message>
  <ResponseCode>sample string 3</ResponseCode>
  <ERR_DESCRIPTION>sample string 2</ERR_DESCRIPTION>
  <STATUS>sample string 1</STATUS>
</GetPaidStatusOutputInfo>