CancelPayment
Cancels (voids) a payment.
Stored Procedure Specific Information
Execute
You need to provide the PaymentId to execute the stored procedure.
EXECUTE CancelPayment PaymentId = 'fd9d6200-bb12-43c5-9973-070bfc6f5e05'
Input
Name | Type | Required | Description |
PaymentId | String | False | The unique ID identifying the payment to be cancel. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Whether the operation is successful or not. |