How to generate Stripe token with Stripe Integration Plugin

I’m following your Stripe Integration Plugin guide. It indicates that a Stripe-issued token must be used when making a charge but it fails to mention how this token is generated/retrieved.

How does one get this Stripe token to process a charge?

Hi @Stephen_Peasley,

The stripe token can be obtained by using the Stripe SDK on the client-side of your application.

Regards,
Mark

How do you generate an SDK in the Backendless UI Builder?

Backendless UI Builder is used to build UIs, you cannot generate SDK in there. What are you trying to get done?