POST api/PaymentUpdate/SettlementRequestOTP?Username={Username}&Password={Password}&Amount={Amount}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

Amount

string

Required

Body Parameters

None.

Response Information

Resource Description

SettlementResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

IsOTP

boolean

None.

OTPRef

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "IsOTP": true,
  "OTPRef": "sample string 4"
}

application/xml, text/xml

Sample:
<SettlementResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Models">
  <IsOTP>true</IsOTP>
  <OTPRef>sample string 4</OTPRef>
  <message>sample string 2</message>
  <status>sample string 1</status>
</SettlementResponse>