POST api/Bills_Remita/BillPaymentNotification

Request Information

URI Parameters

None.

Body Parameters

BillPaymentNotificationRequest
NameDescriptionTypeAdditional information
AmountDebitted

string

None.

BranchCode

string

None.

DebittedAccount

string

None.

FundingSource

string

None.

IncomeAccount

string

None.

PaymentAuthCode

string

None.

PaymentChannel

string

None.

RemitaRetrievalReference

string

None.

TellerName

string

None.

TransactionId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AmountDebitted": "sample string 1",
  "BranchCode": "sample string 2",
  "DebittedAccount": "sample string 3",
  "FundingSource": "sample string 4",
  "IncomeAccount": "sample string 5",
  "PaymentAuthCode": "sample string 6",
  "PaymentChannel": "sample string 7",
  "RemitaRetrievalReference": "sample string 8",
  "TellerName": "sample string 9",
  "TransactionId": "sample string 10"
}

application/xml, text/xml

Sample:
<BillPaymentNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Request.Utility.Remita.BillPaymentNotification">
  <AmountDebitted>sample string 1</AmountDebitted>
  <BranchCode>sample string 2</BranchCode>
  <DebittedAccount>sample string 3</DebittedAccount>
  <FundingSource>sample string 4</FundingSource>
  <IncomeAccount>sample string 5</IncomeAccount>
  <PaymentAuthCode>sample string 6</PaymentAuthCode>
  <PaymentChannel>sample string 7</PaymentChannel>
  <RemitaRetrievalReference>sample string 8</RemitaRetrievalReference>
  <TellerName>sample string 9</TellerName>
  <TransactionId>sample string 10</TransactionId>
</BillPaymentNotificationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BillPaymentNotificationResponse
NameDescriptionTypeAdditional information
AppVersionCode

string

None.

ResponseCode

string

None.

ResponseData

Collection of ResponseData6

None.

ResponseMsg

string

None.

iResponseCode

string

None.

iResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AppVersionCode": "sample string 1",
  "ResponseCode": "sample string 2",
  "ResponseData": [
    {
      "AmountDebitted": 1.0,
      "BalanceDue": 2.0,
      "DebittedAccount": "sample string 3",
      "PaymentDate": "2026-02-20T15:21:49.9928086+00:00",
      "PaymentRef": "sample string 5",
      "ReceiptUrl": "sample string 6",
      "RemitaRetrievalReference": "sample string 7",
      "TotalAmount": 8.0
    },
    {
      "AmountDebitted": 1.0,
      "BalanceDue": 2.0,
      "DebittedAccount": "sample string 3",
      "PaymentDate": "2026-02-20T15:21:49.9928086+00:00",
      "PaymentRef": "sample string 5",
      "ReceiptUrl": "sample string 6",
      "RemitaRetrievalReference": "sample string 7",
      "TotalAmount": 8.0
    }
  ],
  "ResponseMsg": "sample string 3",
  "iResponseCode": "sample string 4",
  "iResponseMessage": "sample string 5"
}

application/xml, text/xml

Sample:
<BillPaymentNotificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Response.Utility.Remita.BillPaymentNotification">
  <AppVersionCode>sample string 1</AppVersionCode>
  <ResponseCode>sample string 2</ResponseCode>
  <ResponseData>
    <ResponseData>
      <AmountDebitted>1</AmountDebitted>
      <BalanceDue>2</BalanceDue>
      <DebittedAccount>sample string 3</DebittedAccount>
      <PaymentDate>2026-02-20T15:21:49.9928086+00:00</PaymentDate>
      <PaymentRef>sample string 5</PaymentRef>
      <ReceiptUrl>sample string 6</ReceiptUrl>
      <RemitaRetrievalReference>sample string 7</RemitaRetrievalReference>
      <TotalAmount>8</TotalAmount>
    </ResponseData>
    <ResponseData>
      <AmountDebitted>1</AmountDebitted>
      <BalanceDue>2</BalanceDue>
      <DebittedAccount>sample string 3</DebittedAccount>
      <PaymentDate>2026-02-20T15:21:49.9928086+00:00</PaymentDate>
      <PaymentRef>sample string 5</PaymentRef>
      <ReceiptUrl>sample string 6</ReceiptUrl>
      <RemitaRetrievalReference>sample string 7</RemitaRetrievalReference>
      <TotalAmount>8</TotalAmount>
    </ResponseData>
  </ResponseData>
  <ResponseMsg>sample string 3</ResponseMsg>
  <iResponseCode>sample string 4</iResponseCode>
  <iResponseMessage>sample string 5</iResponseMessage>
</BillPaymentNotificationResponse>