Skip to main content

PaymentMethodDetailsInput Input Type

Details of the payment method used for the transaction. One of card or other is required.

Added in Saleor 3.22
input PaymentMethodDetailsInput {
card: CardPaymentMethodDetailsInput
other: OtherPaymentMethodDetailsInput
}

Fields

PaymentMethodDetailsInput.card ● CardPaymentMethodDetailsInput input miscellaneous

Details of the card payment method used for the transaction.

PaymentMethodDetailsInput.other ● OtherPaymentMethodDetailsInput input miscellaneous

Details of the non-card payment method used for this transaction.

Member Of

TransactionCreateInput input ● transactionEventReport mutation ● TransactionUpdateInput input