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:
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
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?
- Workflow: https://connect.pabbly.com/workflow/mapping/IjU3NmMwNTZmMDYzMzA0M2M1MjZiNTUzNyI_3D_pc Steps 7 and 8 (there is no real workflow logic).
- API information from Chargebee: https://apidocs.chargebee.com/docs/api/usages?prod_cat_ver=2
Thanks in advance for your help!
Aoris