Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction DisbursementDetails - Add netAmount field. #15

Open
nearapogee opened this issue Oct 12, 2020 · 0 comments
Open

Transaction DisbursementDetails - Add netAmount field. #15

nearapogee opened this issue Oct 12, 2020 · 0 comments

Comments

@nearapogee
Copy link

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, but it seems to mirror the transaction amount....

(I think this is similar to #9)

Currently, our client is on a flat fee structure which deducts the fees from deposits immediately (but we can't see that from the graphql api). If we switch off the flat pricing, some fees still are deducted immediately (i.e. ACH fees), while others have to be finalized at the end of the month and are billed separately. This makes it difficult for us to sum up the total our client should see in their daily deposits. If you add the netAmount, that would fix all for us.

We are coming from Stripe, and they have Balance Transactions (https://stripe.com/docs/api/balance_transactions) which contains all of this information!

Is it possible to do something similar?

What would be the time frame to add this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant