Recurly — subscriptions
recurly/api · version 1
envs add recurly/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 |
|---|---|---|---|
RECURLY_PUBLIC_KEY |
required | config | Recurly says this key can be safely included in JavaScript code, where Recurly.js uses it to identify requests as yours. The name is convention.. where to get it |
RECURLY_API_KEY |
required | secret | The private key. Recurly says never to store or expose API keys in JavaScript, mobile applications, or native executables. It can be regenerated as well as revoked. The name is convention.. where to get it |