OBJECT

RecurlyConfigs

link GraphQL Schema definition

1type RecurlyConfigs {
2
3# For interacting with the Braintree gateway and Paypal (supported by Recurly).
4braintreeClientAuthorization: String!
5
6# For interacting with Pay With Amazon gateway (supported by Recurly).
7payWithAmazonConfigs: PayWithAmazonConfigs!
8
9# Sent to Recurly to identify requests.
10publicKey: String!
11
12}