Magidoc

PaymentInput
Input Object

Fields

#

amount

Total amount of the transaction, including all taxes and discounts. If no amount is provided, the checkout total will be used.

billingAddress

[Deprecated] Billing address. If empty, the billing address associated with the checkout instance will be used. Use `checkoutCreate` or `checkoutBillingAddressUpdate` mutations to set it. This field will be removed after 2020-07-31.

gateway

Non-null

A gateway to use with that payment.

returnUrl

URL of a storefront view where user should be redirected after requiring additional actions. Payment with additional actions will not be finished if this field is not provided.

token

Client-side generated payment token, representing customer's billing data in a secure manner.

volumeDiscount

Volume discount applicable to the checkout

Usages

#

References

#

  • Argument input of field nauticalOrderPaymentCreate from type Mutation
  • Argument input of field checkoutPaymentCreate from type Mutation