POST api/Payment/PaymentNotification

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InvoiceNumber": "sample string 1",
  "Amount": 2.0,
  "AmountPaid": 3.0,
  "RemitaRetrievalReference": "sample string 4",
  "InvoiceDate": "2026-02-23T06:40:59.2164958+00:00",
  "PaymentDate": "2026-02-23T06:40:59.2164958+00:00",
  "Status": "sample string 7"
}

application/xml, text/xml

Sample:
<PaymentNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AvicollectPay.Logic.Model">
  <Amount>2</Amount>
  <AmountPaid>3</AmountPaid>
  <InvoiceDate>2026-02-23T06:40:59.2164958+00:00</InvoiceDate>
  <InvoiceNumber>sample string 1</InvoiceNumber>
  <PaymentDate>2026-02-23T06:40:59.2164958+00:00</PaymentDate>
  <RemitaRetrievalReference>sample string 4</RemitaRetrievalReference>
  <Status>sample string 7</Status>
</PaymentNotificationModel>

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 'PaymentNotificationModel'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.