Skip to main content
Question

You do not own the plugin. Figma payments REST API

  • August 1, 2025
  • 0 replies
  • 8 views

vaziz

although I’m importing the manifest and getting payment token by quering figma.payments?.getPluginPaymentTokenAsync() from the same account as the one I’m generating the figma access token in https://www.figma.com/developers/api#payments I’m getting the following error which doesn’t make sense.

{
  "error": true,
  "status": 401,
  "message": "You do not own the plugin you are querying",
  "i18n": null
}