Recent content by sven-bo

  1. sven-bo

    total_net_revenue from /api/v2/getdashboardstats does not match Pabbly dashboard values

    Thanks, I have posted it here: https://roadmap.pabbly.com/p/allow-negative-values-for-daily-net-revenue-in-api-and-dashboard?b=billing-new-feature-request-bug-reporting
  2. sven-bo

    total_net_revenue from /api/v2/getdashboardstats does not match Pabbly dashboard values

    Hi @Preeti Paryani , Thanks for the update. I'd argue this is a bug rather than a feature request though. The monthly dashboard stats clearly handle negative days correctly (that's why sales minus refunds matches the dashboard perfectly). It's only the daily API values that floor negatives to...
  3. sven-bo

    total_net_revenue from /api/v2/getdashboardstats does not match Pabbly dashboard values

    Hi @ArshilAhmad , yes, I think that is the issue. Thanks for looking into it.
  4. sven-bo

    total_net_revenue from /api/v2/getdashboardstats does not match Pabbly dashboard values

    Example: API_KEY="your_api_key" SECRET_KEY="your_secret_key" Example: fetch stats for a single day cÜrl -s -X POST "https://payments.pabbly.com/api/v2/getdashboardstats" \ -u "$API_KEY:$SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "product_id": "all", "interval"...
  5. sven-bo

    total_net_revenue from /api/v2/getdashboardstats does not match Pabbly dashboard values

    When fetching daily stats via `POST /api/v2/getdashboardstats` with a custom date range (single day), the `total_net_revenue` field in the response does not match the "Revenue Monthly Stats" shown on the Pabbly Payments dashboard. However, if I manually compute net revenue as...
  6. sven-bo

    API Bug (again): getdashboardstats per-product stats broken

    Thanks! Since this is the third time this bug has resurfaced, could your team proactively monitor the dashboard stats for the affected products over the next few weeks? That way it gets caught early on your end rather than me having to manually verify invoices against the stats again. Appreciate it!
  7. sven-bo

    API Bug (again): getdashboardstats per-product stats broken

    I think, the bug has been fixed. At least it looks good on my end currently.
  8. sven-bo

    API Bug (again): getdashboardstats per-product stats broken

    The `getdashboardstats` endpoint is returning incorrect per-product revenue again. The fix from last Saturday (March 7) lasted about 4 days... The same issue as before: - `product_id = "all"` returns correct totals - Querying each product individually and summing them up gives lower numbers -...
  9. sven-bo

    Agreement Text Placeholder Inconsistency in Checkout Customizer

    I found another bug in the Checkout Customizer, this time with the agreement text placeholders. The issue: In the Checkout Customizer, the placeholder format shown is %CheckoutNow% (with a "t" before "N"). However, in the actual agreement text, only %CheckouNow% (without the "t") works. So the...
  10. sven-bo

    Cannot create new plan - page goes blank

    Yes, it works now.
  11. sven-bo

    Cannot create new plan - page goes blank

    I'm unable to create a new plan in Pabbly Payments. Whenever I click "Create Plan," the page goes completely blank. Here's what I've tried so far: - Different browser - Incognito mode Same issue in all cases. When I open the browser console, I can see errors showing up. I recorded a short...
  12. sven-bo

    Placeholders on thank you page stopped working

    Yep, looks good to me. Thanks!
  13. sven-bo

    Placeholders on thank you page stopped working

    Any updates on this topic? Thank you!
  14. sven-bo

    Placeholders on thank you page stopped working

    The placeholders on my custom checkout thank you page suddenly stopped rendering. Nothing changed on my end. In the checkout settings, I have placeholders like %name% and %emailaddress% set up in the Message Description, see below. These always resolved to the actual customer details after...
Top