graphql-api
graphql-api copied to clipboard
Schemas, changelogs and feature requests for Braintree's GraphQL API
Realiza pruebas para realizar la reparaciones. #31 @DawallAZllon91
Hi Do you plan to support the "Recurring Billing" capabilities in GraphQL soon? The reason I need this is because I would need (prefer) to write my integration in Lua,...
**https://payments.sandbox.braintree-api.com/graphql** We are calling the Braintree GraphQL API endpoint, which returns the Self signed certificate message. It works fine when we call from a local machine, but we get this...
Hi here, I'm trying to simulate some error response by the transaction amount which mentions in the Braintree document: https://developer.paypal.com/braintree/docs/reference/general/testing/node#transaction-amounts When I view the response of the `authorizeCreditCard` mutation, it...
In the SDK API the [customer email stored with a Transaction](https://developer.paypal.com/braintree/docs/reference/response/transaction#customer_details.email) could be extracted when no customer was associated with a transaction. This feature appears to be missing from the...
According to https://www.braintreepayments.com/braintree-pricing, payments to US merchants from cards issued outside of US is accessed a 1% cross-border fee. However, this fee is not accounted for in the graphql API's...
Hi, I've been exploring the GraphQL API for a bit. The `createUniversalAccessToken` mutation returns an authorization error regardless of what type of Authorization I try to use (either the explorer,...
Hi, We are trying to create a utility using Braintree SDK and have one concern regarding data loss. The SDK-Search function (for endpoint Transaction and Customer ) supports search between...
There is a closed issue (#13) which indicates that the `transaction.processorResponse` property has been deprecated. The linked commit actually just corrects the deprecation notice from indicating that `statusEvents` should be...
Seems like updating payment methods is possible in the SDK libraries, but doesn't have an equivalent in GraphQL. Can you add an `updatePaymentMethod` or `updateCreditCard` similar to: https://developers.braintreepayments.com/reference/request/payment-method/update/ruby Much thanks!