POST api/Payment/Remove
Documentation for 'Remove'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | Documentation for 'req'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PublicKey": "sample string 1",
"Signature": "sample string 2",
"TimeStamp": "2026-06-06T04:25:18.2926472+07:00",
"TransactionCode": "sample string 4",
"SalesOrderNo": "sample string 5",
"PaymentTypeCode": "sample string 6"
}
application/xml, text/xml
Sample:
<RequestReversalPaymentCenter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PublicKey>sample string 1</PublicKey> <Signature>sample string 2</Signature> <TimeStamp>2026-06-06T04:25:18.2926472+07:00</TimeStamp> <TransactionCode>sample string 4</TransactionCode> <SalesOrderNo>sample string 5</SalesOrderNo> <PaymentTypeCode>sample string 6</PaymentTypeCode> </RequestReversalPaymentCenter>
Response Information
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"ResponseMessage": "sample string 2",
"TimeStamp": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseReversalPaymentCenter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResponseCode>sample string 1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <TimeStamp>sample string 3</TimeStamp> </ResponseReversalPaymentCenter>