POST api/OQPay/Finance/Online/V1/PaymentGateway

Request Information

URI Parameters

None.

Body Parameters

ClientPhonePePaymentRequestModel
NameDescriptionTypeAdditional information
customerCode

string

None.

LoanCode

string

None.

EMINumbers

string

None.

Amount

integer

None.

RegistrationID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerCode": "sample string 1",
  "LoanCode": "sample string 2",
  "EMINumbers": "sample string 3",
  "Amount": 4,
  "RegistrationID": "sample string 5"
}

text/xml

Sample:
<ClientPhonePePaymentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <Amount>4</Amount>
  <EMINumbers>sample string 3</EMINumbers>
  <LoanCode>sample string 2</LoanCode>
  <RegistrationID>sample string 5</RegistrationID>
  <customerCode>sample string 1</customerCode>
</ClientPhonePePaymentRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClientPhonePePaymentRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.