checkoutPaymentCreate Mutation
Creates a new payment for given checkout.
checkoutPaymentCreate(
checkoutId: ID
id: ID
input: PaymentInput!
token: UUID
): CheckoutPaymentCreate
Show return type
Arguments
id ● ID
The checkout's ID.
input ● PaymentInput!
Data required to create a new payment.
Show deprecated
Type
CheckoutPaymentCreate
Creates a new payment for given checkout.