• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

[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