Skip to main content

Hi , i do make Figma plugins . I want to add third party payments . How and does i need to handle cookies and for example GDPR rules ?


Thanks

You need to handle payments outside of the plugin for good user experience. Generate a license key and validate it in the plugin. There’s no need for cookies.


So , i should or should not worry @Gleb @williamthomas8586 ???


Do you use cookies? If not, you shouldn’t worry. If yes, you shouldn’t use cookies as there is no reason for that.


I need to store outside the Figma in database thta the currrent user has payed for the plugin ?


Use license keys


Yes i know but i need to store info that the current user payed for license key on gumroad and he can use the plugin ?



Use license keys



Am I right or wrong ? Gleb , can You explain what You mean ?


You can store the key in client storage