braintree · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQL

Overview

braintree GraphQL API is a GraphQL API specification published by braintree on the APIs.io network.

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.

The GraphQL endpoint is available at https://payments.braintree-api.com/graphql. documentation is published at https://developer.paypal.com/braintree/graphql/.

The specification includes 1 reference link.

Endpoint

https://payments.braintree-api.com/graphql

References

Related API Specs

Braintree Payments API (OpenAPI) Braintree Webhooks (AsyncAPI) Braintree Vault API (OpenAPI) Braintree Subscriptions API (OpenAPI)
Back to braintree · All GraphQL Specs · GitHub