CheckoutPaymentCreate Object
Creates a new payment for given checkout.
type CheckoutPaymentCreate {
checkout: Checkout
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
checkout ● Checkout
Related checkout object.
payment ● Payment
A newly created payment.
errors ● [PaymentError!]!
Show deprecated
Returned By
checkoutPaymentCreate mutation