Paddle Payment Integration
I edited the price in Paddle but do not see it reflected in users billing options
When you update a price directly in the Paddle dashboard, the change is not automatically picked up by your deployed application. The billing options shown to users are based on the product configuration saved in your admin panel, not fetched live from Paddle on every page load.
How to fix
- Log in as an admin user (see How do I log in as admin? below).
- Navigate to the Admin page.
- Go to the Classify section — this shows the products and prices pulled from your Paddle catalog.
- Save the products again. This re-syncs the product configuration with the latest Paddle pricing.
After saving, the updated prices will appear in the billing options for your users.
How do I log in as admin?
Admin access is controlled by the nn_env.json configuration file in your service config. Only email addresses listed in that file are granted admin privileges.
Steps
- Open your service configuration file at
{vertical}/services_config/nn_env.json. - Add your email address to the
admin_emailslist:{
"admin_emails": ["your-email@example.com"]
} - Redeploy the service — select Subscription and Billing from the Service dropdown in the UX and click Deploy Service.
- Log in to your application using the email address you added.
Once logged in with an admin email, the Admin link will appear in the navigation bar.