Skip to main content

IdempotencyConflictRejection

In the chance that a request is made while still concurrently processing the first request under the same idempotencyKey, or if the same idempotencyKey is used with different parameters. the APIs will return this rejection.

type IdempotencyConflictRejection implements Rejection {
message: String!
}

Fields

IdempotencyConflictRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

InitiateCreditTransfersPayload union ● InitiateFundingRequestPayload union ● InitiateMerchantPaymentCollectionPayload union ● InitiateSepaDirectDebitMerchantPaymentPayload union