Braintree GraphQL API

The Braintree GraphQL API provides a modern, flexible interface for interacting with the Braintree payment gateway. It exposes a single HTTP endpoint that handles all queries and mutations, allowing developers to request only the data they need. The API supports tokenizing payment methods, creating transactions, managing customer vaults, and handling disputes. A sandbox environment is available at payments.sandbox.braintree-api.com/graphql for testing integrations before going live.

API entry from apis.yml

apis.yml Raw ↑
aid: braintree:graphql-api
name: Braintree GraphQL API
tags:
- GraphQL
- Payment Methods
- Payments
- Transactions
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://payments.braintree-api.com/graphql
humanURL: https://developer.paypal.com/braintree/graphql/
properties:
- url: https://developer.paypal.com/braintree/graphql/guides/concepts/
  type: Documentation
- url: graphql/braintree-graphql.md
  type: GraphQL
description: The Braintree GraphQL API provides a modern, flexible interface for interacting with the
  Braintree payment gateway. It exposes a single HTTP endpoint that handles all queries and mutations,
  allowing developers to request only the data they need. The API supports tokenizing payment methods,
  creating transactions, managing customer vaults, and handling disputes. A sandbox environment is available
  at payments.sandbox.braintree-api.com/graphql for testing integrations before going live.