chargebee / chargebee-java

Java library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can I use this within an Android App?

sirvon opened this issue · comments

can I use this within an Android App?

Thank!

Hi Sirvon,

If you are using our library in Android app then make sure you are not configuring the full access API key during environment configuration. The API key provided in the library is vulnerable because the end user has the access to your app code. By any chance if the user gets your site API key then they can do any operation they would like.

If you would like to do only checkout then you can create a publishable key in Settings > API key > Add API key and use it in your android app.

Regards,
Saravana