POST api/test-phonepe/get-payment-link

Request Information

URI Parameters

None.

Body Parameters

GetPaymentLinkModel
NameDescriptionTypeAdditional information
UserID

string

None.

MobileNumber

string

None.

ModalName

string

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "MobileNumber": "sample string 2",
  "ModalName": "sample string 3",
  "Amount": 4.0
}

application/xml, text/xml

Sample:
<GetPaymentLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models">
  <Amount>4</Amount>
  <MobileNumber>sample string 2</MobileNumber>
  <ModalName>sample string 3</ModalName>
  <UserID>sample string 1</UserID>
</GetPaymentLinkModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.