Skip to main content

PaymentVerificationResponse

No description

type PaymentVerificationResponse {
success: Boolean!
paymentStatus: PaymentIntentStatusEnum
error: String
errorCode: StorePaymentsServiceErrorCodes
}

Fields​

PaymentVerificationResponse.success ● Boolean! non-null scalar​

PaymentVerificationResponse.paymentStatus ● PaymentIntentStatusEnum enum​

PaymentVerificationResponse.error ● String scalar​

PaymentVerificationResponse.errorCode ● StorePaymentsServiceErrorCodes enum​