POST api/v1/Transactions/Cancel/{transactionUniqueId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transactionUniqueId

string

Default value is

Body Parameters

RefundTransactionMessage
NameDescriptionTypeAdditional information
type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "attributes": {
    "comments": "sample string 1"
  }
}

application/xml, text/xml

Sample:
<RefundTransactionMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Type>sample string 1</Type>
  <Attributes>
    <Comments>sample string 1</Comments>
  </Attributes>
</RefundTransactionMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RefundTransactionResponseMessage
NameDescriptionTypeAdditional information
type

string

None.

id

string

None.

attributes

RefundTransactionResponse

None.

CustomValues

Dictionary of string [key] and string [value]

None.

CustomValuesSpecified

boolean

None.

Errors

Collection of IPartnerResponseMessageError

None.

Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.