Sign in

Read payments (token-based)

documented

Fetch payment information using a plugin/widget token.

GET /v1/paymentsPaymentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.figma.com/v1/payments?plugin_payment_token={{$plugin_payment_token}}' \
  -X GET \
  -H 'Accept: application/json'