POST api/NSEData/UPIPaymentStatus?PaymentRefNo={PaymentRefNo}&PaymentStatus={PaymentStatus}&NSECustID={NSECustID}&PaymentMsg={PaymentMsg}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PaymentRefNo

string

Required

PaymentStatus

string

Required

NSECustID

string

Required

PaymentMsg

string

Required

Body Parameters

None.

Response Information

Resource Description

NSEUPIPaymentOutInfo
NameDescriptionTypeAdditional information
Status

string

Required

Message

string

Required

MobileOtp

integer

None.

LoginUserSessionID

integer

Required

IsWMPRO

boolean

None.

IsMagic

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "MobileOtp": 3,
  "LoginUserSessionID": 4,
  "IsWMPRO": true,
  "IsMagic": "sample string 6"
}

application/xml, text/xml

Sample:
<NSEUPIPaymentOutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <IsMagic>sample string 6</IsMagic>
  <IsWMPRO>true</IsWMPRO>
  <LoginUserSessionID>4</LoginUserSessionID>
  <Message>sample string 2</Message>
  <MobileOtp>3</MobileOtp>
  <Status>sample string 1</Status>
</NSEUPIPaymentOutInfo>