Skip to main content

PaymentError

No description

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

Fields

PaymentError.field ● String scalar miscellaneous

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 miscellaneous

The error message.

PaymentError.code ● PaymentErrorCode! non-null enum payments

The error code.

PaymentError.variants ● [ID!] list scalar miscellaneous

List of variant IDs which causes the error.

Member Of

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