POST api/PNA/Payments/Meberships/Payments/Response
Request Information
URI Parameters
None.
Body Parameters
PaynamicsReturnDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| response_code | string |
None. |
|
| response_advise | string |
None. |
|
| response_message | string |
None. |
|
| signature | string |
None. |
|
| response_id | string |
None. |
|
| merchant_id | string |
None. |
|
| expiry_limit | date |
None. |
|
| request_id | string |
None. |
|
| payment_action_info | string |
None. |
|
| pchannel | string |
None. |
|
| timestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"response_code": "sample string 1",
"response_advise": "sample string 2",
"response_message": "sample string 3",
"signature": "sample string 4",
"response_id": "sample string 5",
"merchant_id": "sample string 6",
"expiry_limit": "2025-12-06T12:25:09.0039674+08:00",
"request_id": "sample string 8",
"payment_action_info": "sample string 9",
"pchannel": "sample string 10",
"timestamp": "2025-12-06T12:25:09.0039674+08:00"
}
application/xml, text/xml
Sample:
<PaynamicsReturnDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PNA.Models.DTO"> <expiry_limit>2025-12-06T12:25:09.0039674+08:00</expiry_limit> <merchant_id>sample string 6</merchant_id> <payment_action_info>sample string 9</payment_action_info> <pchannel>sample string 10</pchannel> <request_id>sample string 8</request_id> <response_advise>sample string 2</response_advise> <response_code>sample string 1</response_code> <response_id>sample string 5</response_id> <response_message>sample string 3</response_message> <signature>sample string 4</signature> <timestamp>2025-12-06T12:25:09.0039674+08:00</timestamp> </PaynamicsReturnDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.