graphql-api
graphql-api copied to clipboard
Schemas, changelogs and feature requests for Braintree's GraphQL API
### Discussed in https://github.com/braintree/graphql-api/discussions/24 Originally posted by **kaushikm02** July 3, 2021 I have been trying to prevent the vaulting of one paymentMethod for multiplet customers in BrainTree sandbox using the...
[enum--paymentstatus](https://graphql.braintreepayments.com/reference/#enum--paymentstatus) appears to need another status, similar to 'SETTLEMENT_RETURNED', as ACH transactions can move to 'SETTLED' with `terminal` set to true, then when the bank declines it after settlement, there...
We are using the graphql api to copy over transactions to our db and would love for this attibute to be added.
On this object: https://graphql.braintreepayments.com/reference/#object--disbursementdetails Would it be possible to get you to add a netAmount, which would be the amount minus any fees? i.e. ACH, etc. `amount` is a field,...
Currently it's possible to [search](https://graphql.braintreepayments.com/guides/search/) for objects, for example for those transactions above/below a set amount or within a time range. It'd be great to be able to query for...
I can get transaction type from Java SDK but not able to get Transaction type from GraphQL. Can anyone please suggest, how can i get Transaction type with GraphQL API....
SandBox
sb-47ryfe32641160_api1.business.example.com
``
https://developer.paypal.com/braintree/graphql/guides/making_api_calls/#errors It would be helpful if the schema contained enumerations for `errorClass`, for example.