CheckoutPaymentCreate
Create a new payment for given checkout.
type CheckoutPaymentCreate {
checkout: Checkout
payment: Payment
paymentErrors: [PaymentError!]!
}
Fields
CheckoutPaymentCreate.checkout ● Checkout object
Related checkout object.
CheckoutPaymentCreate.payment ● Payment object
A newly created payment.
CheckoutPaymentCreate.paymentErrors ● [PaymentError!]! non-null object
Returned By
checkoutPaymentCreate mutation