Describes a request to cancel a payment using CancelPaymentByIdempotencyKey.
CancelPaymentByIdempotencyKeyRequest
Name | Type | Tags | Description |
---|---|---|---|
idempotencyKey |
string |
Required | The idempotency_key identifying the payment to be canceled.Constraints: Minimum Length: 1 , Maximum Length: 45 |
{
"idempotency_key": "a7e36d40-d24b-11e8-b568-0800200c9a66"
}