checkoutPaymentCreate Mutation
Creates a new payment for given checkout.
checkoutPaymentCreate(
checkoutId: ID
id: ID
input: PaymentInput!
token: UUID
): CheckoutPaymentCreate
Details
type CheckoutPaymentCreate {
checkout: Checkout
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Arguments
id ● ID
The checkout's ID.
input ● PaymentInput!
Data required to create a new payment.
Show deprecatedHide deprecated
Type
CheckoutPaymentCreate
Creates a new payment for given checkout.