OBJECT

PaymentProviderConfigs

link GraphQL Schema definition

1type PaymentProviderConfigs {
2
3# Configs to initiate Recurly library for the user for purchase checkout or
4# payment method update.
5recurly: RecurlyConfigs!
6
7# Xsolla configs include the iframe URL for purchase checkout or payment method
8# update.
9xsolla: XsollaConfigs!
10
11# Configs for initiating Zuora credit card payments or payment method update.
12zuora: ZuoraConfigs!
13
14}