ENUM

EligiblePaymentMethodName

The list of names of payment methods that are supported for web checkout.

link GraphQL Schema definition

1enum EligiblePaymentMethodName {
2
3# Amazon Pay payment method.
4AMAZON_PAY
5
6# Paypal payment method.
7PAYPAL
8
9# Credit card payment method.
10CREDIT_CARD
11
12# Xsolla payment method.
13XSOLLA
14
15# Twitch Wallet balance payment method.
16WALLET
17
18# Direct Debit payment method.
19DIRECT_DEBIT
20}