Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 589 Bytes

cancel-payment-by-idempotency-key-request.md

File metadata and controls

24 lines (15 loc) · 589 Bytes

Cancel Payment by Idempotency Key Request

Describes a request to cancel a payment using CancelPaymentByIdempotencyKey.

Structure

CancelPaymentByIdempotencyKeyRequest

Fields

Name Type Tags Description
idempotencyKey string Required The idempotency_key identifying the payment to be canceled.
Constraints: Minimum Length: 1, Maximum Length: 45

Example (as JSON)

{
  "idempotency_key": "a7e36d40-d24b-11e8-b568-0800200c9a66"
}