Toss Payments — payments
tosspayments/api · version 1
envs add tosspayments/api
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 |
|---|---|---|---|
TOSS_CLIENT_KEY |
required | config | The browser SDK opens the payment window with this key.. Shape ^(test|live)_[a-z]+_[A-Za-z0-9]{10,}$. where to get it |
TOSS_SECRET_KEY |
required | secret | Server-side key. Basic auth wants a trailing colon after it.. Shape ^(test|live)_[a-z]+_[A-Za-z0-9]{10,}$. where to get it |