Void
We are improving our documentation
We're currently working on improving this page to provide you with the best possible experience. Please bear with us while we make some changes.
Thank you for your patience!
A Void cancels a previously performed authorization made with the Preauthorize method.
POST /transaction/{apiKey}/void
Path parameters
Name | Type | Description |
---|---|---|
apiKey | requiredstring | API Key of Connector |
Request body example
{
"merchantTransactionId": "transaction-00005",
"referenceUuid": "abcde12345abcde12345"
}