GET RP/getpaymenturl?amount={amount}&bookingReff={bookingReff}&productType={productType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
amount

string

Required

bookingReff

string

Required

productType

string

Required

Body Parameters

PaymentUrlRP
NameDescriptionTypeAdditional information
PaymentUrl

string

None.

PayReqestId

string

None.

RefferenceId

string

None.

apistatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentUrl": "sample string 1",
  "PayReqestId": "sample string 2",
  "RefferenceId": "sample string 3",
  "apistatus": true
}

application/xml, text/xml

Sample:
<PaymentUrlRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asc.KnetAPI.Models">
  <PayReqestId>sample string 2</PayReqestId>
  <PaymentUrl>sample string 1</PaymentUrl>
  <RefferenceId>sample string 3</RefferenceId>
  <apistatus>true</apistatus>
</PaymentUrlRP>

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.