We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to display total number of unlinked transactions to encourage marketplaces to link their transactions.
Mockup: balanced/balanced-dashboard#1481 (comment)
The text was updated successfully, but these errors were encountered:
should be provided by stats, not the main api.
e..g GET https://stats.balancedpayments.com/MP123123/unlinked_transactions
GET https://stats.balancedpayments.com/MP123123/unlinked_transactions
@mahmoudimus could be good kafka/eb proof of concept
Sorry, something went wrong.
Is stats.balancedpayments.com replacing analytics.balancedpayments.com?
stats.balancedpayments.com
analytics.balancedpayments.com
Perhaps GET https://stats.balancedpayments.com/MP123123/count could return them at once like:
GET https://stats.balancedpayments.com/MP123123/count
{ "transactions": { "total": 123, "debit": 123, "credit": 123, "refund": 123, "reversal": 123, "unlinked": 123 }, "orders": { "total": 123, "overdue": 123 }, "disputes": { "total": 123, "won": 123, "lost": 123, "pending": 123 }, ... }
We could do similar for GET https://stats.balancedpayments.com/MP123123/amount.
GET https://stats.balancedpayments.com/MP123123/amount
What do you think? When could this be done?
I believe stats is already in use.
stats
No branches or pull requests
We want to display total number of unlinked transactions to encourage marketplaces to link their transactions.
Mockup: balanced/balanced-dashboard#1481 (comment)
The text was updated successfully, but these errors were encountered: