Skip to main content
Version: 3.x

PaymentError

No description

type PaymentError {
field: String
message: String
code: PaymentErrorCode!
variants: [ID!]
}

Fields

PaymentError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

PaymentError.message ● String scalar

The error message.

PaymentError.code ● PaymentErrorCode! non-null enum

The error code.

PaymentError.variants ● [ID!] list scalar

List of variant IDs which causes the error.

Member of

CheckoutPaymentCreate object ● PaymentCapture object ● PaymentCheckBalance object ● PaymentInitialize object ● PaymentRefund object ● PaymentVoid object


Was this page helpful?