CancelPaymentByIdempotencyKey
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
Stored Procedure Specific Information
Execute
EXEC CancelPaymentByIdempotencyKey
Input
Name | Type | Required | Description |
IdempotencyKey | String | False | The idempotency key identifying the payment to be canceled. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Whether the operation is successful or not |