checkoutPaymentCreate
Create a new payment for given checkout.
checkoutPaymentCreate(
checkoutId: ID!
input: PaymentInput!
): CheckoutPaymentCreate!
Arguments
checkoutPaymentCreate.checkoutId ● ID! non-null scalar
checkoutPaymentCreate.input ● PaymentInput! non-null input
Type
CheckoutPaymentCreate object
Result of checkoutPaymentCreate mutation.