POST api/Bills_Remita/PostPayment
Request Information
URI Parameters
None.
Body Parameters
PostPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AmountDebitted | string |
None. |
|
| BranchCode | string |
None. |
|
| ChargeCreditAccount | string |
None. |
|
| ChargeDebitted | 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. |
|
| VATCreditAccount | string |
None. |
|
| VATDebitted | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AmountDebitted": "sample string 1",
"BranchCode": "sample string 2",
"ChargeCreditAccount": "sample string 3",
"ChargeDebitted": "sample string 4",
"DebittedAccount": "sample string 5",
"FundingSource": "sample string 6",
"IncomeAccount": "sample string 7",
"PaymentAuthCode": "sample string 8",
"PaymentChannel": "sample string 9",
"RemitaRetrievalReference": "sample string 10",
"TellerName": "sample string 11",
"TransactionId": "sample string 12",
"VATCreditAccount": "sample string 13",
"VATDebitted": "sample string 14"
}
application/xml, text/xml
Sample:
<PostPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Request.Utility.Remita.PostPayment"> <AmountDebitted>sample string 1</AmountDebitted> <BranchCode>sample string 2</BranchCode> <ChargeCreditAccount>sample string 3</ChargeCreditAccount> <ChargeDebitted>sample string 4</ChargeDebitted> <DebittedAccount>sample string 5</DebittedAccount> <FundingSource>sample string 6</FundingSource> <IncomeAccount>sample string 7</IncomeAccount> <PaymentAuthCode>sample string 8</PaymentAuthCode> <PaymentChannel>sample string 9</PaymentChannel> <RemitaRetrievalReference>sample string 10</RemitaRetrievalReference> <TellerName>sample string 11</TellerName> <TransactionId>sample string 12</TransactionId> <VATCreditAccount>sample string 13</VATCreditAccount> <VATDebitted>sample string 14</VATDebitted> </PostPaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PostPaymentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AmountDebitted | decimal number |
None. |
|
| BalanceDue | decimal number |
None. |
|
| BranchCode | string |
None. |
|
| CoreReferenceNo | string |
None. |
|
| DebittedAccount | string |
None. |
|
| FundingSource | string |
None. |
|
| IncomeAccount | string |
None. |
|
| PaymentAuthCode | string |
None. |
|
| PaymentChannel | string |
None. |
|
| PaymentDate | date |
None. |
|
| PaymentRef | string |
None. |
|
| ReceiptUrl | string |
None. |
|
| RemitaRetrievalReference | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| TellerName | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TraceID | string |
None. |
|
| TransactionReferenceNo | string |
None. |
|
| iResponseCode | string |
None. |
|
| iResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AmountDebitted": 1.0,
"BalanceDue": 2.0,
"BranchCode": "sample string 3",
"CoreReferenceNo": "sample string 4",
"DebittedAccount": "sample string 5",
"FundingSource": "sample string 6",
"IncomeAccount": "sample string 7",
"PaymentAuthCode": "sample string 8",
"PaymentChannel": "sample string 9",
"PaymentDate": "2026-02-20T15:21:50.5397007+00:00",
"PaymentRef": "sample string 11",
"ReceiptUrl": "sample string 12",
"RemitaRetrievalReference": "sample string 13",
"ResponseCode": "sample string 14",
"ResponseMessage": "sample string 15",
"TellerName": "sample string 16",
"TotalAmount": 17.0,
"TraceID": "sample string 18",
"TransactionReferenceNo": "sample string 19",
"iResponseCode": "sample string 20",
"iResponseMessage": "sample string 21"
}
application/xml, text/xml
Sample:
<PostPaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICMS.Core.Response.Utility.Remita.PostPayment"> <AmountDebitted>1</AmountDebitted> <BalanceDue>2</BalanceDue> <BranchCode>sample string 3</BranchCode> <CoreReferenceNo>sample string 4</CoreReferenceNo> <DebittedAccount>sample string 5</DebittedAccount> <FundingSource>sample string 6</FundingSource> <IncomeAccount>sample string 7</IncomeAccount> <PaymentAuthCode>sample string 8</PaymentAuthCode> <PaymentChannel>sample string 9</PaymentChannel> <PaymentDate>2026-02-20T15:21:50.5397007+00:00</PaymentDate> <PaymentRef>sample string 11</PaymentRef> <ReceiptUrl>sample string 12</ReceiptUrl> <RemitaRetrievalReference>sample string 13</RemitaRetrievalReference> <ResponseCode>sample string 14</ResponseCode> <ResponseMessage>sample string 15</ResponseMessage> <TellerName>sample string 16</TellerName> <TotalAmount>17</TotalAmount> <TraceID>sample string 18</TraceID> <TransactionReferenceNo>sample string 19</TransactionReferenceNo> <iResponseCode>sample string 20</iResponseCode> <iResponseMessage>sample string 21</iResponseMessage> </PostPaymentResponse>