Checkout.com — payments
checkout/payments · version 1
envs add checkout/payments
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 |
|---|---|---|---|
CHECKOUT_PUBLIC_KEY |
required | config | Tokenises a card in the browser, which is the direction that makes it public.. Shape ^pk_[a-z0-9_]{10,}$. where to get it |
CHECKOUT_SECRET_KEY |
required | secret | Server-side key that takes payments.. Shape ^sk_[a-z0-9_]{10,}$. where to get it |