PaymentVerificationResponse
No description
type PaymentVerificationResponse {
success: Boolean!
paymentStatus: PaymentIntentStatusEnum
error: String
errorCode: StorePaymentsServiceErrorCodes
}
No description
type PaymentVerificationResponse {
success: Boolean!
paymentStatus: PaymentIntentStatusEnum
error: String
errorCode: StorePaymentsServiceErrorCodes
}
PaymentVerificationResponse.success ● Boolean! non-null scalarPaymentVerificationResponse.paymentStatus ● PaymentIntentStatusEnum enumPaymentVerificationResponse.error ● String scalarPaymentVerificationResponse.errorCode ● StorePaymentsServiceErrorCodes enum