Skip to main content
Version: 3.x

CheckoutPaymentCreate

Create a new payment for given checkout.

type CheckoutPaymentCreate {
checkout: Checkout
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields

CheckoutPaymentCreate.checkout ● Checkout object

Related checkout object.

CheckoutPaymentCreate.payment ● Payment object

A newly created payment.

CheckoutPaymentCreate.paymentErrors ● [PaymentError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CheckoutPaymentCreate.errors ● [PaymentError!]! non-null object

Returned by

checkoutPaymentCreate mutation


Was this page helpful?