Skip to main content

PaymentMethodsTransactionInput

No description

input PaymentMethodsTransactionInput {
card: CardInput
capitecPay: CapitecPayTransactionInput
applePay: ApplePayInput
samsungPay: SamsungPayInput
nedbankDirect: NedbankDirectInput
googlePay: GooglePayInput
}

Fields

card ● CardInput input

Exactly one of these fields needs to be specified and should contain the payment method specific data

capitecPay ● CapitecPayTransactionInput input

applePay ● ApplePayInput input

samsungPay ● SamsungPayInput input

nedbankDirect ● NedbankDirectInput input

googlePay ● GooglePayInput input