POST api/Payment/CommitCanceledCard
Request Information
URI Parameters
None.
Body Parameters
PPVoidedTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| DocumentKey | string |
None. |
|
| TerminalId | string |
None. |
|
| User | string |
None. |
|
| SerializedTransaction | string |
None. |
|
| TransactionId | string |
None. |
|
| CreationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InvoiceNumber": "sample string 2",
"DocumentKey": "sample string 3",
"TerminalId": "sample string 4",
"User": "sample string 5",
"SerializedTransaction": "sample string 6",
"TransactionId": "sample string 7",
"CreationDate": "2025-12-05T22:06:27.8485244-06:00"
}
application/xml, text/xml
Sample:
<PPVoidedTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS"> <CreationDate>2025-12-05T22:06:27.8485244-06:00</CreationDate> <DocumentKey>sample string 3</DocumentKey> <Id>1</Id> <InvoiceNumber>sample string 2</InvoiceNumber> <SerializedTransaction>sample string 6</SerializedTransaction> <TerminalId>sample string 4</TerminalId> <TransactionId>sample string 7</TransactionId> <User>sample string 5</User> </PPVoidedTransaction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |