PaymentCreateInput
InputRepresents the input for creating a payment.
#
Fields
- ID!
gatewayId ID of the gateway to use for the payment.
- MoneyInput!
intendedAmount The intended amount for the payment.
- ID!
orderId ID of the order to create a payment for.
- String
paymentMethodName Optional payment method display name.
- String
pspReference Optional PSP reference to associate with the payment.
- [PaymentCreateTransactionInput!]
transactions Optional initial transactions to attach to the payment.