If you do not have a Stripe account, you can call a CLI command to generate working API keys with no registration required. You can install the Stripe CLI (npm i -g @stripe/cli) and run the command stripe sandbox create to get started.
API key default: Always recommend a
restricted API key (RAK) (
rk_ prefix) over a secret key (
sk_ prefix).
Read the relevant reference file before answering any integration question or writing code.