POST api/CustomerPayment?hashCode={hashCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hashCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PayNowPCode| Name | Description | Type | Additional information |
|---|---|---|---|
| SendDate | date |
None. |
|
| TransactionID | integer |
None. |
|
| ProcessBy | string |
None. |
|
| IsValid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SendDate": "2026-04-20T20:15:17.3082845+00:00",
"TransactionID": 2,
"ProcessBy": "sample string 3",
"IsValid": true
}
application/xml, text/xml
Sample:
<PayNowPCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountingServices.Models"> <IsValid>true</IsValid> <ProcessBy>sample string 3</ProcessBy> <SendDate>2026-04-20T20:15:17.3082845+00:00</SendDate> <TransactionID>2</TransactionID> </PayNowPCode>