Skip to main content

payInvoice

No description

payInvoice(
amount: Int!
finixCardholderDetails: jsonb
finixFraudSessionId: String
finixToken: String
invoiceId: uuid!
paymentMethodId: uuid
paymentMethodType: String!
paymentType: PaymentType
payrixTerminalTransactionId: String
payrixTransactionId: String
source: String
walletAmount: Int
): PayInvoiceWithTokenOutput

Arguments

payInvoice.amount ● Int! non-null scalar

payInvoice.finixCardholderDetails ● jsonb scalar

payInvoice.finixFraudSessionId ● String scalar

payInvoice.finixToken ● String scalar

payInvoice.invoiceId ● uuid! non-null scalar

payInvoice.paymentMethodId ● uuid scalar

payInvoice.paymentMethodType ● String! non-null scalar

payInvoice.paymentType ● PaymentType enum

payInvoice.payrixTerminalTransactionId ● String scalar

payInvoice.payrixTransactionId ● String scalar

payInvoice.source ● String scalar

payInvoice.walletAmount ● Int scalar

Type

PayInvoiceWithTokenOutput object