Tag: braintree

  • Fetch Braintree enabled Payment Methods with GraphQL

    Fetch Braintree enabled Payment Methods with GraphQL

    0 I am trying to fetch all the Payment Methods enabled on a Braintree account using GraphQL but unable to. Query: query ClientConfiguration { clientConfiguration { analyticsUrl assetsUrl clientApiUrl environment merchantId } } Response: { "errors": [ { "message": "The requested field is not accessible with the provided authentication credentials.", "locations": [ { "line": 4,…