POST api/SellerPay/GetBNPLPaymentStatusByPaymentId

Request Information

URI Parameters

None.

Body Parameters

ReqPayHistory
NameDescriptionTypeAdditional information
PaymentId

string

None.

StartDate

date

None.

EndDate

date

None.

PaymentMode

string

None.

PaymentType

PaymentType

None.

StartRowsIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentId": "sample string 1",
  "StartDate": "2026-01-12T07:38:48.1019661+00:00",
  "EndDate": "2026-01-12T07:38:48.1019661+00:00",
  "PaymentMode": "sample string 2",
  "PaymentType": 0,
  "StartRowsIndex": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<ReqPayHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.Pay">
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request">4</PageSize>
  <StartRowsIndex xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request">3</StartRowsIndex>
  <EndDate>2026-01-12T07:38:48.1019661+00:00</EndDate>
  <PaymentId>sample string 1</PaymentId>
  <PaymentMode>sample string 2</PaymentMode>
  <PaymentType>All</PaymentType>
  <StartDate>2026-01-12T07:38:48.1019661+00:00</StartDate>
</ReqPayHistory>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.