Paddle — Billing
paddle/billing · version 1
envs add paddle/billing
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
PADDLE_API_KEY |
required | secret | Paddle says to treat it like a password and that it is for server-side use only. No pattern is declared: keys made since May 2025 carry a pdl_ prefix but older ones are an unprefixed fifty-character string, and a pattern would refuse those. The name is convention.. where to get it |
PADDLE_CLIENT_TOKEN |
required | config | Paddle says client-side tokens are safe to publish and expose in your code, and limits them to opening checkouts and previewing prices. They are revoked rather than rotated, and revocation cannot be undone. The name is convention.. Shape ^(test|live)_[a-zA-Z0-9]{27}$. where to get it |