Search results

  1. 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"...
  2. 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...
  3. 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!
  4. 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.
  5. 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 -...
  6. 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...
  7. sven-bo

    Cannot create new plan - page goes blank

    Yes, it works now.
  8. 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...
  9. sven-bo

    Placeholders on thank you page stopped working

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

    Placeholders on thank you page stopped working

    Any updates on this topic? Thank you!
  11. 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...
  12. sven-bo

    Dashboard Stats API product_id Filter Not Working

    Looks good to me. Thanks!
  13. sven-bo

    Dashboard Stats API product_id Filter Not Working

    I'm running the API request locally, it is not a Pabbly workflow
  14. sven-bo

    Dashboard Stats API product_id Filter Not Working

    The Dashboard Stats API endpoint /api/v2/getdashboardstats does not filter results by product_id. When passing a specific product ID, the API returns the same total_net_revenue as when passing "all". This worked correctly in the past but appears to have stopped working recently (noticed on...
  15. sven-bo

    Urgent: Webhooks not working. All workflows failing

    Sorry, wrong forum. Will post in Pabbly Connect
  16. sven-bo

    Urgent: Webhooks not working. All workflows failing

    Hi team, Webhooks are currently not working for me. I tested this with a brand new workbook and a simple webhook trigger. When I open the webhook URL in the browser, I get this error every time: “Whoops! We seem to have hit a snag. Please try again later...” As a result, multiple active...
  17. sven-bo

    Missing Product Name and Plan Name placeholders in invoice customization

    Thanks for the clarification. I have submitted the idea to the roadmap. As a side note, looking at the roadmap and recent updates, it feels like most development focus is currently on Chatflow and Pabbly Connect. I hope Subscription Billing improvements like this also get some attention.
  18. sven-bo

    Missing Product Name and Plan Name placeholders in invoice customization

    In Subscription Billing, I am customizing invoices via Settings > Invoice Settings. On the generated invoice, the Description column only shows the Plan Name. The Product Name is not included, and this cannot be changed in the invoice editor. What I need I want the invoice to show both...
  19. sven-bo

    Stripe Card Details Not Loading on Checkout

    Thanks for the quick check. I asked the customer to try a different browser, and the checkout worked right away. So it does seem browser (or cache) related. I do not know which browser caused the issue, but switching solved it. Appreciate the help.
Top