Docs
Dashboard

PaymentCreateInput

Input

Represents the input for creating a payment.

#

Fields


gatewayId
ID!

ID of the gateway to use for the payment.

intendedAmount
MoneyInput!

The intended amount for the payment.

orderId
ID!

ID of the order to create a payment for.

paymentMethodName
String

Optional payment method display name.

pspReference
String

Optional PSP reference to associate with the payment.

transactions
[PaymentCreateTransactionInput!]

Optional initial transactions to attach to the payment.