• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

[resolved] Assistance with a custom API customer request -> Chargebee

aoris

Member
Hello Pabbly Team,

I am trying to POST data to Chargebee in order to create a usage entry on a subscription/item price. The support team of Chargebee has confirmed that the API call does work with the following CURL code:

curl [URL]https://aoris-test.chargebee.com/api/v2/subscriptions/[/URL]BTUUj1TWXjrpr10F1/usages \ -X POST \ -u test_**********************:\ -d item_price_id="LeadPipe-Mailer---Metered-EUR-Monthly" \ -d usage_date=1677070011 \ -d note="Test from Chargebee" \ -d quantity="125"

From Pabbly, I have attempted to POST the same information using both a custom API call and a standard API POST call. Neither have worked - I keep getting an error message: "item_price_id : cannot be blank". Any idea of what I could be doing wrong, please?


Thanks in advance for your help!
Aoris
 

aoris

Member
I don't know what to say. I just tried the API POST call and... it worked. Did not change a field! Really don't know what to think of this. Anyway... no longer an issue.
 
Top