简体   繁体   中英

Extracting subscription data from ChargeBee to google spreadsheet

How to use API to get subscription data (Customer name; value of subscription; payment status;) into a google spreadsheet from Chargebee?

I am aware of ChargeBee Subscription API documentation, ( https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=1#retrieve_a_subscription )

Still, not sure how to use them and fetch data into a google spreadsheet.

First time working on an API, very little clue on how to get it done.

Assuming in a real world scenario you have to fetch huge list of subscription data, instead of exporting data from Chargebee via API. The correct and easiest approach will be to export via Export/Import GUI available in Web Console. The export file will be in CSV/Excel Sheet format which you can upload to the Google Spreadsheet.

Chargebee 网页控制台

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM