nauticalOrderPaymentCreate
Create and process a new payment for given nautical order. Be aware that in nautical orders flow, payment will be handled as part of this mutation; while in checkout flow, it will be processed as part of CheckoutComplete mutation.
nauticalOrderPaymentCreate(
input: PaymentInput!
orderId: ID!
): NauticalOrderPaymentCreate
Arguments
nauticalOrderPaymentCreate.input ● PaymentInput! non-null input
Data required to create a new payment.
nauticalOrderPaymentCreate.orderId ● ID! non-null scalar
Marketplace Order ID.
Type
NauticalOrderPaymentCreate object
Create and process a new payment for given nautical order. Be aware that in nautical orders flow, payment will be handled as part of this mutation; while in checkout flow, it will be processed as part of CheckoutComplete mutation.