POST api/cert/EpayDecrypt
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EpayDecrypt| Name | Description | Type | Additional information |
|---|---|---|---|
| agencyName | string |
None. |
|
| amount | string |
None. |
|
| arnNum | string |
None. |
|
| epRefNo | string |
None. |
|
| paymentMode | string |
None. |
|
| successCode | string |
None. |
|
| transactionDatetime | date |
None. |
|
| receiptNo | string |
None. |
|
| txnStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"agencyName": "sample string 1",
"amount": "sample string 2",
"arnNum": "sample string 3",
"epRefNo": "sample string 4",
"paymentMode": "sample string 5",
"successCode": "sample string 6",
"transactionDatetime": "2025-10-27T17:15:45.1575698+08:00",
"receiptNo": "sample string 8",
"txnStatus": "sample string 9"
}
application/xml, text/xml
Sample:
<EpayDecrypt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApexUtilLib"> <agencyName>sample string 1</agencyName> <amount>sample string 2</amount> <arnNum>sample string 3</arnNum> <epRefNo>sample string 4</epRefNo> <paymentMode>sample string 5</paymentMode> <receiptNo>sample string 8</receiptNo> <successCode>sample string 6</successCode> <transactionDatetime>2025-10-27T17:15:45.1575698+08:00</transactionDatetime> <txnStatus>sample string 9</txnStatus> </EpayDecrypt>