checkoutPaymentCreate
Create a new payment for given checkout.
checkoutPaymentCreate(
checkoutId: ID!
input: PaymentInput!
): CheckoutPaymentCreate
Arguments
checkoutPaymentCreate.checkoutId ● ID! non-null scalar
Checkout ID.
checkoutPaymentCreate.input ● PaymentInput! non-null input
Data required to create a new payment.
Type
CheckoutPaymentCreate object
Create a new payment for given checkout.