checkoutPaymentCreate Mutation
Create a new payment for given checkout.
checkoutPaymentCreate(
checkoutId: ID
id: ID
input: PaymentInput!
token: UUID
): CheckoutPaymentCreate
Arguments
checkoutPaymentCreate.checkoutId
● ID
deprecated scalar miscellaneous
DEPRECATED
Use id
instead.
The ID of the checkout.
checkoutPaymentCreate.id
● ID
scalar miscellaneous
The checkout's ID.
checkoutPaymentCreate.input
● PaymentInput!
non-null input payments
Data required to create a new payment.
checkoutPaymentCreate.token
● UUID
deprecated scalar miscellaneous
DEPRECATED
Use id
instead.
Checkout token.
Type
CheckoutPaymentCreate
object checkout
Create a new payment for given checkout.